Skip to content

Commit

Permalink
[FIX] Do not cache the Ray Fusion Object
Browse files Browse the repository at this point in the history
  • Loading branch information
beromir committed Nov 9, 2021
1 parent 96e677c commit 8842bcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/Private/Fusion/FusionObject/Debug.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@ prototype(Beromir.Ray:Debug) {
@class = 'Beromir\\Ray\\FusionObjects\\Ray'
debugAction = ''
value = ${value}

@cache {
mode = 'uncached'
context {
1 = 'node'
}
}
}

0 comments on commit 8842bcc

Please sign in to comment.