Canvas and Stage added and starting to merge in Pixi deeply.

This commit is contained in:
Richard Davey
2013-08-29 17:20:59 +01:00
parent 16749edf20
commit 19483bafed
8 changed files with 372 additions and 18 deletions
-1
View File
@@ -349,7 +349,6 @@ Phaser.StateManager.prototype = {
if (this.onCreateCallback) {
console.log('Create callback found');
this.onCreateCallback.call(this.callbackContext);
// this.onCreateCallback.call(this.onCreateCallback);
}
},