mirror of
https://github.com/wassname/phaser.git
synced 2026-07-13 01:00:12 +08:00
Remove references to GameMath, it's just Math now
Throw exceptions if wrong format given to tilemap or textureatlas. Previously, old onload remained active and error happened in the wrong (and hard to diagnose) place.
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ Phaser.State = function () {
|
||||
this.load = null;
|
||||
|
||||
/**
|
||||
* @property {Phaser.GameMath} math - Reference to the math helper.
|
||||
* @property {Phaser.Math} math - Reference to the math helper.
|
||||
* @default
|
||||
*/
|
||||
this.math = null;
|
||||
|
||||
Reference in New Issue
Block a user