Эх сурвалжийг харах

Merge branch 'origin/master'

NathanSweet 12 жил өмнө
parent
commit
4327c2aa30
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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);