Skip to content

Commit

Permalink
Remove passing second parameter to requestAnimationFrame (#26432)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Jul 15, 2023
1 parent c5ad711 commit bf97f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_postprocessing_godrays.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@

function animate() {

requestAnimationFrame( animate, renderer.domElement );
requestAnimationFrame( animate );

stats.begin();
render();
Expand Down

0 comments on commit bf97f70

Please sign in to comment.