v0.4.2: couple of bugfixes
This commit is contained in:
@@ -214,7 +214,8 @@ public class RenderedText extends Image {
|
||||
public void draw() {
|
||||
if (needsRender)
|
||||
render(this);
|
||||
super.draw();
|
||||
if (texture != null)
|
||||
super.draw();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user