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;
|
||||
}
|
||||
if (ci != currentInstruction) {
|
||||
i = currentInstruction;
|
||||
i = ci;
|
||||
}
|
||||
currentInstruction++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user