mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
reducing number of warnings on the codebase
This commit is contained in:
@@ -39,7 +39,7 @@ class UIElemTest : ApplicationAdapter() {
|
||||
|
||||
|
||||
override fun render() {
|
||||
ui.update(Gdx.graphics.rawDeltaTime)
|
||||
ui.update(Gdx.graphics.deltaTime)
|
||||
ui.render(batch, camera)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user