Skip to content

Commit b1fd13b

Browse files
authored
ReflectorNode: No cache event if bounces=false (#30231)
1 parent 5bad335 commit b1fd13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes/utils/ReflectorNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class ReflectorBaseNode extends Node {
363363

364364
updateBefore( frame ) {
365365

366-
if ( this.bounces === false && _inReflector ) return;
366+
if ( this.bounces === false && _inReflector ) return false;
367367

368368
_inReflector = true;
369369

0 commit comments

Comments
 (0)