mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
ConcurrentModificationException is a significant thing...
This commit is contained in:
@@ -5,6 +5,8 @@ import com.badlogic.gdx.Input
|
|||||||
import net.torvald.terrarum.App
|
import net.torvald.terrarum.App
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* BIG WARNING SIGN: since the strober will run on separate thread, ALWAYS BEWARE OF THE [ConcurrentModificationException]!
|
||||||
|
*
|
||||||
* Created by minjaesong on 2021-11-06.
|
* Created by minjaesong on 2021-11-06.
|
||||||
*/
|
*/
|
||||||
object InputStrober {
|
object InputStrober {
|
||||||
@@ -26,7 +28,7 @@ object InputStrober {
|
|||||||
} }
|
} }
|
||||||
|
|
||||||
init {
|
init {
|
||||||
println("InputStrobe start")
|
// println("InputStrobe start")
|
||||||
thread.start()
|
thread.start()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user