FIX::fixed compileJava build failing
the last merge undid the change of this line, this should fix it
This commit is contained in:
@@ -403,7 +403,6 @@ public class CalculatorController {
|
|||||||
Window owner = saveButton.getScene().getWindow();
|
Window owner = saveButton.getScene().getWindow();
|
||||||
controller.updateLeaderboard();
|
controller.updateLeaderboard();
|
||||||
controller.updateAchievements();
|
controller.updateAchievements();
|
||||||
Stage current = (Stage) owner;
|
|
||||||
UserController.AlertHelper.showAlert(Alert.AlertType.CONFIRMATION,
|
UserController.AlertHelper.showAlert(Alert.AlertType.CONFIRMATION,
|
||||||
owner, "Footprint saved!", "Your footprint is saved!");
|
owner, "Footprint saved!", "Your footprint is saved!");
|
||||||
Stage current = (Stage) owner;
|
Stage current = (Stage) owner;
|
||||||
|
|||||||
Reference in New Issue
Block a user