Updated uCore/crash fix

This commit is contained in:
Anuken
2018-03-11 10:08:13 -04:00
parent c9342d60d7
commit a0f85a8e4b
3 changed files with 4 additions and 5 deletions

View File

@@ -128,8 +128,7 @@ public class UI extends SceneModule{
if(Graphics.drawing()) Graphics.end();
scene.act();
scene.draw();
act();
if(control.showCursor()) {
Draw.color();