mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-10 13:51:53 +09:00
inputstrober thread priority set to 10
This commit is contained in:
@@ -30,6 +30,7 @@ object InputStrober {
|
||||
|
||||
init {
|
||||
// println("InputStrobe start")
|
||||
thread.priority = 10
|
||||
thread.start()
|
||||
}
|
||||
|
||||
|
||||
@@ -174,7 +174,7 @@ class ConsoleWindow : UICanvas() {
|
||||
}
|
||||
}
|
||||
catch (e: ConcurrentModificationException) {
|
||||
System.err.println("[ConsoleWindow] ConcurrentModificationException")
|
||||
System.err.println("[ConsoleWindow.keyDown] ConcurrentModificationException with key ${Input.Keys.toString(key)}")
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user