fix a typo
This commit is contained in:
parent
53e0e6a56e
commit
47a21828bd
@ -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…
x
Reference in New Issue
Block a user