v0.4.2: couple of bugfixes

This commit is contained in:
Evan Debenham
2016-08-30 17:21:37 -04:00
parent 704b3b6fc8
commit c1167676b8
2 changed files with 4 additions and 3 deletions

View File

@@ -214,7 +214,8 @@ public class RenderedText extends Image {
public void draw() {
if (needsRender)
render(this);
super.draw();
if (texture != null)
super.draw();
}
@Override