From 53a5f1afe3d73fe4e6dedfa489672897e834e942 Mon Sep 17 00:00:00 2001 From: NathanSweet Date: Thu, 5 Dec 2013 11:13:06 +0100 Subject: [PATCH] Update example to show atlas is passed. --- spine-js/turbulenz/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-js/turbulenz/index.html b/spine-js/turbulenz/index.html index 2ffdcefb6..3b2594d47 100644 --- a/spine-js/turbulenz/index.html +++ b/spine-js/turbulenz/index.html @@ -37,7 +37,7 @@ var atlas; function loadAtlas (atlasText) { var textureCount = 0; atlas = new spine.Atlas(atlasText, { - load: function (page, path) { + load: function (page, path, atlas) { textureCount++; graphicsDevice.createTexture({ src: "../data/" + path,