aboutsummaryrefslogtreecommitdiff
path: root/src/fallTest/Driver.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/fallTest/Driver.java')
-rw-r--r--src/fallTest/Driver.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fallTest/Driver.java b/src/fallTest/Driver.java
index 3bc7c25..08a424b 100644
--- a/src/fallTest/Driver.java
+++ b/src/fallTest/Driver.java
@@ -37,7 +37,6 @@ public class Driver extends Application
primaryStage.setTitle("TEST");
primaryPane.getChildren().add(player);
setBackground("assets/water.png");
- player.init();
primaryStage.show();
}