Skip to content

Instantly share code, notes, and snippets.

@shameerc
Created October 2, 2011 05:07
Show Gist options
  • Save shameerc/1257078 to your computer and use it in GitHub Desktop.
Save shameerc/1257078 to your computer and use it in GitHub Desktop.
// call gameLoop in fixed intervals
interval = 1000/30;
timer = setInterval(gameLoop,interval);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment