WIP logic particle effect instruction

This commit is contained in:
Anuken
2023-08-02 22:15:44 -04:00
parent 660c38db43
commit 6bf5e8ae1e
19 changed files with 596 additions and 23 deletions
+2
View File
@@ -204,6 +204,8 @@ public abstract class ClientLauncher extends ApplicationCore implements Platform
if(limitFps){
nextFrame += (1000 * 1000000) / targetfps;
}else{
nextFrame = Time.nanos();
}
if(!finished){