Disabled debug mode

Disabled debug mode -- not needed for foreseeable future
This commit is contained in:
Collin Smith 2019-02-10 02:18:48 -08:00
parent b136b54b93
commit 07eab3a052
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ public class CharacterPanel extends WidgetGroup implements Disposable {
poisonRes.setAlignment(Align.center);
addActor(poisonRes);
setDebug(true, true);
//setDebug(true, true);
}
@Override

View File

@ -260,7 +260,7 @@ public class InventoryPanel extends WidgetGroup implements Disposable {
getHeight() - inventory.gridTop - grid.getHeight());
addActor(grid);
setDebug(true, true);
//setDebug(true, true);
}
@Override