Fixed: MyHand modular drawing
This commit is contained in:
@@ -95,7 +95,7 @@ public class MainFXMLController {
|
||||
renderLower();
|
||||
renderMyHand();
|
||||
renderSidePanel();
|
||||
} else if (old_state_stage==SLOT_CHOICE) {
|
||||
} else if (old_state_stage==SLOT_CHOICE ) {
|
||||
System.out.println("OLD: "+old_state_stage+", NEW: "+controller.miniModel.currentState.getGameStage());
|
||||
System.out.println("RIDISEGNO BOARD\n");
|
||||
renderBoard();
|
||||
@@ -106,9 +106,8 @@ public class MainFXMLController {
|
||||
renderBoard();
|
||||
renderLower();
|
||||
renderSidePanel();
|
||||
//renderMyHand();
|
||||
|
||||
if (old_state_username==controller.myUsername) {
|
||||
if (Objects.equals(old_state_username, controller.myUsername)) {
|
||||
renderMyHand();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user