Skip to content

Commit

Permalink
README: Added RequestAnimationFrame.js tip
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Feb 27, 2011
1 parent 7480fb6 commit ddc078a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2010-2011 Three.js Authors. All rights reserved.
Copyright (c) 2010-2011 three.js Authors. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ This code creates a camera, then creates a scene object, adds a bunch of random

function animate() {

requestAnimationFrame( animate );
requestAnimationFrame( animate ); // Include examples/js/RequestAnimationFrame.js for cross-browser compatibility.
render();

}
Expand Down

0 comments on commit ddc078a

Please sign in to comment.