mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
RaceController now uses new parsers & deleted OldApp and OldFileParser
#story[377]
This commit is contained in:
@@ -14,9 +14,6 @@ public class App extends Application
|
||||
primaryStage.setTitle("RaceVision");
|
||||
primaryStage.setScene(new Scene(root));
|
||||
|
||||
// seng302.models.OldApp.main(); // Run this to show how positions are updated
|
||||
// seng302.controllers.RaceController.initializeRace();
|
||||
|
||||
primaryStage.show();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user