We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db38d7 commit ecbecd6Copy full SHA for ecbecd6
src/targets/zdog/index.ts
@@ -30,7 +30,7 @@ for (let key of Object.keys(elements)) {
30
}
31
32
if (addEffect) {
33
- // Add the update function as a global effect to react-three-fibers update loop
+ // Add the update function as a global effect to react-zdog's update loop
34
addEffect(update)
35
// Ping react-three-fiber, so that it will call react-springs update function as an effect
36
Globals.injectManualFrameloop(() => invalidate())
0 commit comments