Fix code style issue and remove setXfbBufferStride new paramte
1. Keep the curly braces style. 2. revert a Improper change
This commit is contained in:
parent
b69e8f3aca
commit
35dabea786
2 changed files with 3 additions and 4 deletions
|
|
@ -839,8 +839,7 @@ TIntermTyped* TIntermediate::createConversion(TBasicType convertTo, TIntermTyped
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
if (!buildConvertOp(convertTo, node->getBasicType(), newOp))
|
||||
{
|
||||
if (!buildConvertOp(convertTo, node->getBasicType(), newOp)) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue