removing fbo on UIItemTextSelector: it's useless

This commit is contained in:
minjaesong
2023-01-16 03:36:17 +09:00
parent 3393ba6466
commit b496d606d3
4 changed files with 27 additions and 7 deletions

View File

@@ -88,6 +88,10 @@ class UIItemSpinner(
private var textCache = ""
private var textCacheLen = 0
override fun show() {
fboUpdateLatch = true
}
override fun render(batch: SpriteBatch, camera: Camera) {
batch.end()