mirror of
https://github.com/wassname/phaser.git
synced 2026-08-02 13:00:25 +08:00
Set the default camera to direct itself to the Stage.
This commit is contained in:
@@ -114,7 +114,7 @@ var Phaser;
|
||||
*/
|
||||
Sprite.prototype.bringToTop = function () {
|
||||
if (this.group) {
|
||||
//this.group.bringToTop(this);
|
||||
this.group.bringToTop(this);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user