mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 16:46:07 +09:00
making debugwindow to appear again
This commit is contained in:
@@ -413,6 +413,11 @@ class Ingame(batch: SpriteBatch) : IngameInstance(batch) {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// these need to appear on top of any others
|
||||||
|
uiContainer.add(notifier)
|
||||||
|
uiContainer.add(debugWindow)
|
||||||
|
|
||||||
|
|
||||||
LightmapRenderer.fireRecalculateEvent()
|
LightmapRenderer.fireRecalculateEvent()
|
||||||
|
|
||||||
|
|
||||||
@@ -571,8 +576,8 @@ class Ingame(batch: SpriteBatch) : IngameInstance(batch) {
|
|||||||
// ui-related updates //
|
// ui-related updates //
|
||||||
////////////////////////
|
////////////////////////
|
||||||
uiContainer.forEach { it.update(delta) }
|
uiContainer.forEach { it.update(delta) }
|
||||||
debugWindow.update(delta)
|
//debugWindow.update(delta)
|
||||||
notifier.update(delta)
|
//notifier.update(delta)
|
||||||
|
|
||||||
// update debuggers using javax.swing //
|
// update debuggers using javax.swing //
|
||||||
if (Authenticator.b()) {
|
if (Authenticator.b()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user