Browse Source

Merge branch 'origin/master'

NathanSweet 12 years ago
parent
commit
4327c2aa30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spine-js/spine.js

+ 1 - 1
spine-js/spine.js

@@ -1451,7 +1451,7 @@ spine.Atlas = function (atlasText, textureLoader) {
 			else if (direction == "xy")
 				page.uWrap = page.vWrap = spine.Atlas.TextureWrap.repeat;
 
-			textureLoader.load(page, line);
+			textureLoader.load(page, line, this);
 
 			this.pages.push(page);