We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a345b87 commit 1300607Copy full SHA for 1300607
build/three.js
@@ -21661,7 +21661,7 @@
21661
21662
}
21663
21664
- if ( onAnimationFrameCallback ) onAnimationFrameCallback();
+ if ( onAnimationFrameCallback ) onAnimationFrameCallback( time );
21665
21666
21667
@@ -22664,10 +22664,10 @@
22664
22665
var onAnimationFrameCallback = null;
22666
22667
- function onAnimationFrame() {
+ function onAnimationFrame( time ) {
22668
22669
if ( vr.isPresenting() ) return;
22670
22671
22672
22673
0 commit comments