Browse Source

- Turn-off the canvas background clear as it's not used by default.

MelvMay-GG 12 years ago
parent
commit
a4bdef3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/AppCore/1/main.cs

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

@@ -33,7 +33,7 @@ function AppCore::create( %this )
     
     // Set the canvas color
     Canvas.BackgroundColor = "CornflowerBlue";
-    Canvas.UseBackgroundColor = true;
+    Canvas.UseBackgroundColor = false;
     
     // Initialize audio
     initializeOpenAL();