Skip to content

Commit ecbecd6

Browse files
authored
Update index.ts
1 parent 8db38d7 commit ecbecd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/targets/zdog/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ for (let key of Object.keys(elements)) {
3030
}
3131

3232
if (addEffect) {
33-
// Add the update function as a global effect to react-three-fibers update loop
33+
// Add the update function as a global effect to react-zdog's update loop
3434
addEffect(update)
3535
// Ping react-three-fiber, so that it will call react-springs update function as an effect
3636
Globals.injectManualFrameloop(() => invalidate())

0 commit comments

Comments
 (0)