mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
fixed bad color rendering on blocksdrawer and lightmaprenderer
This commit is contained in:
@@ -103,9 +103,13 @@ object GameController : InputAdapter() {
|
||||
|
||||
ingame.uiContainer.forEach { it.keyDown(keycode) } // for KeyboardControlled UIcanvases
|
||||
|
||||
// Debug UIs
|
||||
if (keycode == Input.Keys.F3) {
|
||||
ingame.debugWindow.toggleOpening()
|
||||
}
|
||||
if (keycode == Input.Keys.GRAVE) {
|
||||
ingame.consoleHandler.toggleOpening()
|
||||
}
|
||||
|
||||
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user