mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
fixed a bug where console window would register keypresses when it's first loaded but not opened
This commit is contained in:
@@ -62,7 +62,7 @@ class ConsoleWindow : UICanvas() {
|
||||
init {
|
||||
reset()
|
||||
addUIitem(textinput)
|
||||
textinput.isActive = true
|
||||
textinput.isActive = false
|
||||
}
|
||||
|
||||
private val lb = ArrayList<String>()
|
||||
|
||||
Reference in New Issue
Block a user