Skip to content

Commit

Permalink
Fix example eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Jan 7, 2025
1 parent 6b90122 commit 766e79e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/cube.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ initBuffers();
gl.clearColor(255, 0, 0, 1);
gl.enable(gl.DEPTH_TEST);

const tick = (timeNow) => {
const tick = () => {
animate();
drawScene();
document.requestAnimationFrame(tick);
Expand Down
3 changes: 0 additions & 3 deletions examples/libs/.eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions examples/libs/glMatrix-0.9.5.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 766e79e

Please sign in to comment.