Refactoring

This commit is contained in:
Anuken
2020-05-13 18:11:28 -04:00
parent e64122bbbb
commit 6e62936458
4 changed files with 8 additions and 8 deletions

View File

@@ -137,11 +137,11 @@ public abstract class ClientLauncher extends ApplicationCore implements Platform
app.post(() -> app.post(() -> app.post(() -> app.post(() -> super.resize(graphics.getWidth(), graphics.getHeight())))));
}
}else{
asyncLogic.begin();
asyncCore.begin();
super.update();
asyncLogic.end();
asyncCore.end();
}
int targetfps = Core.settings.getInt("fpscap", 120);