More usability improvements
This commit is contained in:
@@ -25,7 +25,7 @@ public class OverlayRenderer{
|
||||
public void drawBottom(){
|
||||
InputHandler input = control.input;
|
||||
|
||||
if(!input.isDrawing() || player.isDead()) return;
|
||||
if(player.isDead()) return;
|
||||
|
||||
input.drawBottom();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user