mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
world portal: rename and delete now working
This commit is contained in:
@@ -507,6 +507,7 @@ class UIItemTextLineInput(
|
||||
private var textDrawOffset = 0
|
||||
|
||||
override fun render(batch: SpriteBatch, camera: Camera) {
|
||||
|
||||
val posXDelta = posX - oldPosX
|
||||
|
||||
|
||||
@@ -515,6 +516,7 @@ class UIItemTextLineInput(
|
||||
batch.end()
|
||||
|
||||
|
||||
// FIXME any subsequent UIItems after this function are not moved even if their parent UI is moving
|
||||
if (true || fboUpdateLatch) {
|
||||
fboUpdateLatch = false
|
||||
fbo.inAction(camera as OrthographicCamera, batch) { batch.inUse {
|
||||
|
||||
Reference in New Issue
Block a user