1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00

BLOCKS: Fixed a bug in Littlefoot Array assignment

This commit is contained in:
dimitri 2019-03-26 09:17:58 +00:00 committed by Tom Poole
parent a585005dd3
commit cc67c882ec

View file

@ -2144,7 +2144,7 @@ private:
if (auto a = dynamic_cast<ArraySubscript*> (target))
{
cg.emitArrayElementIndex (a, parentBlock, stackDepth, location);
cg.emitArrayElementIndex (a, parentBlock, ++stackDepth, location);
cg.emit (OpCode::setHeapInt);
}
else