Skip to content

Commit

Permalink
Merge 4b21e4e into f9ab6a3
Browse files Browse the repository at this point in the history
  • Loading branch information
metaquanta committed Sep 1, 2020
2 parents f9ab6a3 + 4b21e4e commit 2fd4c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/transform-feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const loop = new AnimationLoop({
return {transform, model};
},

onRender({gl, model}) {
onRender({gl, transform, model}) {
transform.run();

clear(gl, {color: [0, 0, 0, 1]});
Expand Down

0 comments on commit 2fd4c07

Please sign in to comment.