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

@@ -377,6 +377,10 @@ class UIItemTextLineInput(
}
override fun show() {
fboUpdateLatch = true
}
override fun update(delta: Float) {
if (mouseoverUpdateLatch) {
super.update(delta)