lightmap fix fox edge case when CameraX < 0

This commit is contained in:
minjaesong
2019-08-13 14:47:23 +09:00
parent f62f751243
commit 9b470bb3bb
2 changed files with 3 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ class UIScreenZoom : UICanvas(
override var width = AppLoader.fontGame.getWidth(zoomText)
override var height = AppLoader.fontGame.lineHeight.toInt()
override var openCloseTime = 0.2f
override var openCloseTime = 0.15f
override val mouseUp = false