fix a typo
This commit is contained in:
parent
53e0e6a56e
commit
47a21828bd
1 changed files with 1 additions and 1 deletions
|
|
@ -599,7 +599,7 @@ TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& returnType)
|
|||
newConstArray[i].setDConst(log(unionArray[i].getDConst()));
|
||||
break;
|
||||
case EOpExp2:
|
||||
newConstArray[i].setDConst(exp2(unionArray[i].getDConst());
|
||||
newConstArray[i].setDConst(exp2(unionArray[i].getDConst()));
|
||||
break;
|
||||
case EOpLog2:
|
||||
newConstArray[i].setDConst(log2(unionArray[i].getDConst()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue