Browse Source

Merge pull request #12 from ParodyGames/patch-6

Remove exec on non-existent cursor.cs
Peter Robinson 5 years ago
parent
commit
b4cc8826b1
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