Tidying constructor calls and passing nmegl reference through ready instead for now

This commit is contained in:
underscorediscovery
2013-06-23 15:20:41 -02:30
parent 7911fae295
commit edf15b6806
4 changed files with 10 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ class ApplicationMain {
//Create the runtime
_nmegl = new NMEGL();
//Create the game class, give it the runtime
_main_ = new ::APP_MAIN::( _nmegl );
_main_ = new ::APP_MAIN::();
var config = {
width : ::WIN_WIDTH::,