mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
replaced a hack that starts random game on title screen
This commit is contained in:
@@ -14,7 +14,7 @@ import net.torvald.terrarum.modulebasegame.Ingame
|
||||
*/
|
||||
object LoadScreen : ScreenAdapter() {
|
||||
|
||||
var screenToLoad: Ingame? = null
|
||||
var screenToLoad: IngameInstance? = null
|
||||
private lateinit var screenLoadingThread: Thread
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user