mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-13 23:26:07 +09:00
new param 'frameDelta' on every render() function
This commit is contained in:
@@ -646,7 +646,7 @@ public class App implements ApplicationListener {
|
||||
firePostInit();
|
||||
|
||||
currentScreen.render(UPDATE_RATE);
|
||||
postProcessorOutFBO = TerrarumPostProcessor.INSTANCE.draw(camera.combined, renderFBO);
|
||||
postProcessorOutFBO = TerrarumPostProcessor.INSTANCE.draw(Gdx.graphics.getDeltaTime(), camera.combined, renderFBO);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user