changed texture loaded to pass the current context.

This commit is contained in:
Aaron McLeod 2013-11-07 09:01:22 -05:00
parent e5aca584a2
commit 5fab47d142

View File

@ -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);