mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Changed distance calculation to use latitude and longitude
Tags: #fix
This commit is contained in:
@@ -16,7 +16,7 @@ public class App extends Application
|
||||
primaryStage.setTitle("RaceVision");
|
||||
primaryStage.setScene(new Scene(root));
|
||||
|
||||
//OldApp.main(); // Run this to show how positions are updated
|
||||
seng302.models.OldApp.main(); // Run this to show how positions are updated
|
||||
|
||||
primaryStage.show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user