Skip to content

Commit

Permalink
Slightly shortened the interval of the render loop.
Browse files Browse the repository at this point in the history
  • Loading branch information
bringhurst committed Jan 23, 2011
1 parent 4a90770 commit 4ae3941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/BasicDemo.js
Expand Up @@ -105,7 +105,7 @@ lanyard.demo.BasicDemo.prototype.run = function() {
setTimeout(function() {
self.lanyardCanvas.display();
loop();
}, 15);
}, 10);
})();
};
goog.exportSymbol('lanyard.demo.BasicDemo.prototype.run',
Expand Down

0 comments on commit 4ae3941

Please sign in to comment.