Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2024-01-20 20:45:23 -05:00
5 changed files with 254 additions and 9 deletions

View File

@@ -1230,7 +1230,6 @@ public class LExecutor{
public int value;
public float curTime;
public long frameId;
public WaitI(int value){
this.value = value;
@@ -1247,11 +1246,7 @@ public class LExecutor{
//skip back to self.
exec.var(varCounter).numval --;
exec.yield = true;
}
if(state.updateId != frameId){
curTime += Time.delta / 60f;
frameId = state.updateId;
}
}
}