diff --git a/Sources/armory/trait/internal/LivePatch.hx b/Sources/armory/trait/internal/LivePatch.hx index b9beccbe..d4548957 100644 --- a/Sources/armory/trait/internal/LivePatch.hx +++ b/Sources/armory/trait/internal/LivePatch.hx @@ -107,7 +107,7 @@ class LivePatch extends iron.Trait { var node = tree.nodes[nodeName]; if (node == null) return; - @:privateAccess node.inputs[socketIndex].set(value); + node.inputs[socketIndex].set(value); } public static function patchNodeDelete(treeName: String, nodeName: String) {