mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
Merge pull request #158 from agmcleod/master
changed texture loaded to pass the current context.
This commit is contained in:
commit
e2a0e63cf0
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user