mirror of
https://github.com/wassname/phaser.git
synced 2026-08-04 13:14:14 +08:00
Added Game core loop stepping support. Super-useful for debugging, and helped me track down the issue with jittery physics collision. Double-win!
This commit is contained in:
@@ -1227,6 +1227,7 @@ Phaser.Tilemap.prototype = {
|
||||
destroy: function () {
|
||||
|
||||
this.removeAllLayers();
|
||||
this.data = [];
|
||||
this.game = null;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user