mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 05:54:05 +09:00
reducing number of warnings on the codebase
This commit is contained in:
@@ -266,7 +266,7 @@ object Terrarum : Disposable {
|
||||
get() = Gdx.input.deltaY
|
||||
/** Delta converted as it it was a FPS */
|
||||
inline val updateRate: Double
|
||||
get() = 1.0 / Gdx.graphics.rawDeltaTime
|
||||
get() = 1.0 / Gdx.graphics.deltaTime
|
||||
|
||||
/**
|
||||
* Usage:
|
||||
|
||||
Reference in New Issue
Block a user