mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
reducing number of warnings on the codebase
This commit is contained in:
@@ -54,7 +54,7 @@ open class UIItemTransitionContainer(
|
||||
}
|
||||
|
||||
if (transitionOngoing) {
|
||||
transitionTimer += Gdx.graphics.rawDeltaTime
|
||||
transitionTimer += Gdx.graphics.deltaTime
|
||||
|
||||
currentPosition = UIUtils.moveLinear(transitionReqSource, transitionReqTarget, transitionTimer, transitionLength)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user