Browse Source

Remove exec on non-existent cursor.cs

Remove exec on non-existent cursor.cs from App Core main.cs.
ParodyGames 5 years ago
parent
commit
e0173d6232
1 changed files with 0 additions and 1 deletions
  1. 0 1
      modules/AppCore/1/main.cs

+ 0 - 1
modules/AppCore/1/main.cs

@@ -26,7 +26,6 @@ function AppCore::create( %this )
     exec("./scripts/constants.cs");
     exec("./scripts/defaultPreferences.cs");
     exec("./scripts/canvas.cs");
-	exec("./scripts/cursor.cs");
     exec("./scripts/openal.cs");
     
     // Initialize the canvas