Skip to content

Commit 8842bcc

Browse files
committed
[FIX] Do not cache the Ray Fusion Object
1 parent 96e677c commit 8842bcc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Resources/Private/Fusion/FusionObject/Debug.fusion

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@ prototype(Beromir.Ray:Debug) {
22
@class = 'Beromir\\Ray\\FusionObjects\\Ray'
33
debugAction = ''
44
value = ${value}
5+
6+
@cache {
7+
mode = 'uncached'
8+
context {
9+
1 = 'node'
10+
}
11+
}
512
}

0 commit comments

Comments
 (0)