check if pointer-checker is still there on non dev build

This commit is contained in:
minjaesong
2023-01-07 17:10:17 +09:00
parent 02bdb2a4fc
commit 3393ba6466
7 changed files with 41 additions and 23 deletions

View File

@@ -332,7 +332,7 @@ object TerrarumPostProcessor : Disposable {
private val currentResStr = "${App.scr.width}x${App.scr.height}"
private val safeAreaStr = "TV Safe Area"
private val versionStr = "Version ${App.getVERSION_STRING()}"
internal val thisIsDebugStr = "${App.GAME_NAME} Develoment Build $versionStr"
internal val thisIsDebugStr = "${App.GAME_NAME} Development Build $versionStr"
/**
* Camera will be moved so that (newX, newY) would be sit on the top-left edge.