diff options
Diffstat (limited to 'games/loader.html')
| -rw-r--r-- | games/loader.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/loader.html b/games/loader.html index 85e5a2d..fa86595 100644 --- a/games/loader.html +++ b/games/loader.html @@ -80,7 +80,7 @@ Module.canvas = document.getElementById('canvas'); Module.canvas.addEventListener("webglcontextlost", function(e) { alert('WebGL context lost. You will need to reload the page.'); e.preventDefault(); }, false); - var jsUrl = 'samples/' + name.substring(7) + '.js'; + var jsUrl = 'classics/' + name.substring(7) + '.js'; // Run emscripten example $.getScript(jsUrl, function(){}); |
