mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
almost working jukebox ui except for the 'q' key
This commit is contained in:
@@ -1338,8 +1338,9 @@ open class TerrarumIngame(batch: FlippingSpriteBatch) : IngameInstance(batch) {
|
||||
uiAutosaveNotifier.setAsClose()
|
||||
autosaveTimer = 0f
|
||||
|
||||
debugTimers.put("Last Autosave Duration", System.nanoTime() - start)
|
||||
printdbg(this, "Last Autosave Duration: ${(System.nanoTime() - start) / 1000000000} s")
|
||||
val timeDiff = System.nanoTime() - start
|
||||
debugTimers.put("Last Autosave Duration", timeDiff)
|
||||
printdbg(this, "Last Autosave Duration: ${(timeDiff) / 1000000000} s")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user