fixed pixel ratio issue with buffer canvas usage

This commit is contained in:
Eric Rowell
2013-11-02 22:31:09 -07:00
parent 4ed8ac8088
commit f5d5e26e5e
6 changed files with 71 additions and 2 deletions

View File

@@ -214,7 +214,7 @@
that._animationLoop();
}
};
RAF = (function() {
var RAF = (function() {
return window.requestAnimationFrame
|| window.webkitRequestAnimationFrame
|| window.mozRequestAnimationFrame