Skip to content

Commit

Permalink
docs: clean up svg renderer demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Sep 22, 2024
1 parent 1109a54 commit ddbd863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/kitchen-sink/src/app/misc/svg-renderer/experience.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class Experience {
})();

constructor() {
injectBeforeRender(({ scene, delta }) => {
injectBeforeRender(({ scene }) => {
let count = 0;
const time = performance.now() / 1000;
scene.traverse((child) => {
Expand Down

0 comments on commit ddbd863

Please sign in to comment.