Skip to content
Snippets Groups Projects
Commit 801fb628 authored by Manuel Herrmann's avatar Manuel Herrmann
Browse files

micro fix with no impact

parent d053547b
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,8 @@ var game = new Game({
pathFindingGridSize: 5,
usePathFinding: true,
size: [800, 600]
}).run();
});
game.run();
</script>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment