mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-15 16:16:10 +09:00
removing fbo on UIItemTextSelector: it's useless
This commit is contained in:
@@ -377,6 +377,10 @@ class UIItemTextLineInput(
|
||||
|
||||
}
|
||||
|
||||
override fun show() {
|
||||
fboUpdateLatch = true
|
||||
}
|
||||
|
||||
override fun update(delta: Float) {
|
||||
if (mouseoverUpdateLatch) {
|
||||
super.update(delta)
|
||||
|
||||
Reference in New Issue
Block a user