mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 16:46:07 +09:00
reading savefiles won't freeze the ui (too much)
This commit is contained in:
@@ -118,7 +118,7 @@ void main() {
|
||||
|
||||
private val shader = App.loadShaderInline(SHADER_PROG_VERT, SHADER_PROG_FRAG)
|
||||
|
||||
private var uiToggleLocked = false
|
||||
var uiToggleLocked = false; private set
|
||||
|
||||
init {
|
||||
//UI.handler = this
|
||||
|
||||
Reference in New Issue
Block a user