diff --git a/src/extras/TilingSprite.js b/src/extras/TilingSprite.js index 8222e35..1579c47 100644 --- a/src/extras/TilingSprite.js +++ b/src/extras/TilingSprite.js @@ -3,8 +3,8 @@ RenderTexture = require('../core/textures/RenderTexture'), // a sprite use dfor rendering textures.. tempSprite = new core.Sprite(), - tempPoint = new core.math.Point(), - tempMatrix = new core.math.Matrix(); + tempPoint = new core.Point(), + tempMatrix = new core.Matrix(); /** * A tiling sprite is a fast way of rendering a tiling image diff --git a/src/extras/TilingSprite.js b/src/extras/TilingSprite.js index 8222e35..1579c47 100644 --- a/src/extras/TilingSprite.js +++ b/src/extras/TilingSprite.js @@ -3,8 +3,8 @@ RenderTexture = require('../core/textures/RenderTexture'), // a sprite use dfor rendering textures.. tempSprite = new core.Sprite(), - tempPoint = new core.math.Point(), - tempMatrix = new core.math.Matrix(); + tempPoint = new core.Point(), + tempMatrix = new core.Matrix(); /** * A tiling sprite is a fast way of rendering a tiling image diff --git a/src/interaction/InteractionData.js b/src/interaction/InteractionData.js index 23f3dad..70b4c21 100644 --- a/src/interaction/InteractionData.js +++ b/src/interaction/InteractionData.js @@ -13,7 +13,7 @@ * * @member {Point} */ - this.global = new core.math.Point(); + this.global = new core.Point(); /** * The target Sprite that was interacted with diff --git a/src/extras/TilingSprite.js b/src/extras/TilingSprite.js index 8222e35..1579c47 100644 --- a/src/extras/TilingSprite.js +++ b/src/extras/TilingSprite.js @@ -3,8 +3,8 @@ RenderTexture = require('../core/textures/RenderTexture'), // a sprite use dfor rendering textures.. tempSprite = new core.Sprite(), - tempPoint = new core.math.Point(), - tempMatrix = new core.math.Matrix(); + tempPoint = new core.Point(), + tempMatrix = new core.Matrix(); /** * A tiling sprite is a fast way of rendering a tiling image diff --git a/src/interaction/InteractionData.js b/src/interaction/InteractionData.js index 23f3dad..70b4c21 100644 --- a/src/interaction/InteractionData.js +++ b/src/interaction/InteractionData.js @@ -13,7 +13,7 @@ * * @member {Point} */ - this.global = new core.math.Point(); + this.global = new core.Point(); /** * The target Sprite that was interacted with diff --git a/src/interaction/InteractionManager.js b/src/interaction/InteractionManager.js index 242acf3..472985c 100644 --- a/src/interaction/InteractionManager.js +++ b/src/interaction/InteractionManager.js @@ -144,7 +144,7 @@ * @member {Point} * @private */ - this._tempPoint = new core.math.Point(); + this._tempPoint = new core.Point(); /** * The current resolution