add isJumping info to dinoState

This commit is contained in:
2020-02-26 17:14:28 +01:00
parent 77898f4e5a
commit cff1a4e531
6 changed files with 15 additions and 14 deletions
-1
View File
@@ -42,7 +42,6 @@ public class QTableFrame<A extends Enum> extends JFrame {
}
}
protected void refreshQTable() {
System.out.println("ref");
int stateCount = stateActionTable.getStateCount();
stateCountLabel.setText("Total states: " + stateCount);
int idx = -1;