Browse Source

Temporary update for AtomicGame

Josh Engebretson 10 years ago
parent
commit
961c4509a0
1 changed files with 0 additions and 5 deletions
  1. 0 5
      Resources/CoreData/AtomicModules/AtomicGame.js

+ 0 - 5
Resources/CoreData/AtomicModules/AtomicGame.js

@@ -16,11 +16,6 @@ function Game() {
       this.renderer.shadowQuality = Atomic.SHADOWQUALITY_LOW_16BIT;
   }
 
-	// initialize the UI subsystem
-	// TODO: this needs to take a config with default font
-	// skin, etc
-	Atomic.UI.__init();
-
 	// root view
 	this.uiView = new Atomic.UIView();