Skip to content

Commit

Permalink
Moved call for sfx_render_and_play to window.onload - still hackish, …
Browse files Browse the repository at this point in the history
…will be reworked
  • Loading branch information
gheja committed Sep 30, 2012
1 parent 4f05a71 commit 15f1c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Expand Up @@ -43,8 +43,8 @@
{
gGame.Init("canvas0", g_game_settings, g_levels);
gGame.Run();
sfx_render_and_play();
}
sfx_render_and_play();
</script>
</body>
</html>

0 comments on commit 15f1c12

Please sign in to comment.