RaceController now uses new parsers & deleted OldApp and OldFileParser

#story[377]
This commit is contained in:
zyt10
2017-03-24 11:34:34 +13:00
parent 798fe4da0e
commit d39aacba83
6 changed files with 24 additions and 326 deletions
-3
View File
@@ -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();
}