1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00

Revert "Get rid of unused variable"

This reverts commit ab4d54cb70.
This commit is contained in:
libretroadmin 2024-06-15 06:21:42 +02:00
parent 4db59d587e
commit e3e501a90c

View File

@ -1191,6 +1191,8 @@ TIntermTyped* TIntermediate::addShapeConversion(const TType& type, TIntermTyped*
const int matSize = type.getMatrixRows() * type.getMatrixCols();
TIntermAggregate* rhsAggregate = new TIntermAggregate();
const bool isSimple = (node->getAsSymbolNode() != NULL) || (node->getAsConstantUnion() != NULL);
for (int x=0; x<matSize; ++x)
rhsAggregate->getSequence().push_back(node);