diff --git a/spine-turbulenz/example/index.html b/spine-turbulenz/example/index.html
index d8ca36470..897008170 100644
--- a/spine-turbulenz/example/index.html
+++ b/spine-turbulenz/example/index.html
@@ -55,8 +55,8 @@ var TurbulenzEngine = WebGLTurbulenzEngine.create({canvas: canvas});
var graphicsDevice = TurbulenzEngine.createGraphicsDevice({});
var draw2D = Draw2D.create({graphicsDevice: graphicsDevice});
-//load("spineboy", 0.6);
-load("hero", 1);
+load("spineboy", 0.6);
+//load("hero", 1);
//load("goblins", 1);
var atlas;