Skip to content

Commit

Permalink
Correct framerate in example movie index page
Browse files Browse the repository at this point in the history
  • Loading branch information
padolsey committed Oct 8, 2012
1 parent a79b82d commit 548193b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/library/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
url: 'movies/' + script + '?' + new Date().getTime(),
width: document.width,
height: document.height - 50,
framerate: 100,
framerate: 60,
fpsLog: /animation/.test(script) // only show FPS log on animations
});
});
Expand Down

0 comments on commit 548193b

Please sign in to comment.