Renamed key fields and table methods

This commit is contained in:
Anuken
2020-04-17 11:26:59 -04:00
parent 280f3dd428
commit eeb8d5ef9c
63 changed files with 438 additions and 441 deletions

View File

@@ -28,7 +28,7 @@ public class MinimapDialog extends FloatingDialog{
cont.clear();
cont.table(Tex.pane,t -> {
t.addRect((x, y, width, height) -> {
t.rect((x, y, width, height) -> {
if(renderer.minimap.getRegion() == null) return;
Draw.color(Color.white);
Draw.alpha(parentAlpha);