You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title describes: if a LUIFormattedLabel has its text content continuously modified, as with a task calling .clear(), .add(str) and .newline() every tick, it will cause LUI to glitch out visually after some time.
As the title describes: if a LUIFormattedLabel has its text content continuously modified, as with a task calling
.clear()
,.add(str)
and.newline()
every tick, it will cause LUI to glitch out visually after some time.Here is a file reproducing the glitch, at least on my system. LUI starts to glitch out at around 530 frames for me.
I had already touched on the issue over at the Panda3D forums, and rdb suggested it might have something to do with the text atlas running out of space.
The text was updated successfully, but these errors were encountered: