forked from ground/ground
Actually fixed skipped instructions after use (previous commit didn't include it for some reason)
This commit is contained in:
@@ -705,7 +705,7 @@ GroundValue interpretGroundProgram(GroundProgram* in, GroundScope* inScope) {
|
|||||||
return gv;
|
return gv;
|
||||||
}
|
}
|
||||||
if (ci != currentInstruction) {
|
if (ci != currentInstruction) {
|
||||||
i = currentInstruction;
|
i = ci;
|
||||||
}
|
}
|
||||||
currentInstruction++;
|
currentInstruction++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user