Async logic framework, box2D dependencies
This commit is contained in:
@@ -132,7 +132,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();
|
||||
|
||||
super.update();
|
||||
|
||||
asyncLogic.end();
|
||||
}
|
||||
|
||||
int targetfps = Core.settings.getInt("fpscap", 120);
|
||||
|
||||
Reference in New Issue
Block a user