From 8842bcc4a5d5f764defca9a7d271500421c742d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rei=C3=9Fig?= Date: Tue, 9 Nov 2021 17:54:59 +0100 Subject: [PATCH] [FIX] Do not cache the Ray Fusion Object --- Resources/Private/Fusion/FusionObject/Debug.fusion | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Private/Fusion/FusionObject/Debug.fusion b/Resources/Private/Fusion/FusionObject/Debug.fusion index 8de5eca..4e7b4bc 100644 --- a/Resources/Private/Fusion/FusionObject/Debug.fusion +++ b/Resources/Private/Fusion/FusionObject/Debug.fusion @@ -2,4 +2,11 @@ prototype(Beromir.Ray:Debug) { @class = 'Beromir\\Ray\\FusionObjects\\Ray' debugAction = '' value = ${value} + + @cache { + mode = 'uncached' + context { + 1 = 'node' + } + } }