mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 10:04:05 +09:00
removing fbo on UIItemTextSelector: it's useless
This commit is contained in:
@@ -30,7 +30,7 @@ object InputStrober {
|
||||
|
||||
init {
|
||||
// println("InputStrobe start")
|
||||
thread.priority = 10
|
||||
thread.priority = 5
|
||||
thread.start()
|
||||
}
|
||||
|
||||
@@ -94,7 +94,7 @@ object InputStrober {
|
||||
if (keys[0] == 0) keyChanged = false
|
||||
}
|
||||
else if (stroboStatus % 2 == 1 && System.nanoTime() - stroboTime < KEYBOARD_DELAYS[stroboStatus]) {
|
||||
Thread.sleep(1L)
|
||||
Thread.sleep(20L)
|
||||
}
|
||||
else {
|
||||
stroboStatus += 1
|
||||
|
||||
Reference in New Issue
Block a user