removing temporary-zoom snippet

This commit is contained in:
minjaesong
2020-02-27 18:18:55 +09:00
parent 90c8609f54
commit 0d23d13401

View File

@@ -82,9 +82,6 @@ class IngameController(val terrarumIngame: TerrarumIngame) : InputAdapter() {
//KeyToggler.update(terrarumIngame.canPlayerControl)
//printdbg(this, terrarumIngame.canPlayerControl)
// FIXME temporarily make zoom work with 'Z' key
//terrarumIngame.screenZoom = 1f + KeyToggler.isOn(AppLoader.getConfigInt("keyzoom")).toInt()
}
private var f12Down = false