game save ui completely locked while saving in progress

This commit is contained in:
minjaesong
2021-09-15 11:34:13 +09:00
parent 22190be6d8
commit ae29f7ebea
7 changed files with 33 additions and 14 deletions

View File

@@ -744,7 +744,7 @@ object IngameRenderer : Disposable {
fboRGBexport.dispose()
}
catch (e: UninitializedPropertyAccessException) {}
catch (e: Throwable) { e.printStackTrace() }
catch (e: Throwable) { e.printStackTrace(System.out) }
}
private fun worldCamToRenderPos(): Pair<Float, Float> {