From cd0a6f6788a5bed467b59224e9fc314a48c33197 Mon Sep 17 00:00:00 2001 From: Onek8 Date: Fri, 19 Sep 2025 18:28:19 +0000 Subject: [PATCH] Update leenkx/Sources/iron/data/SceneFormat.hx --- leenkx/Sources/iron/data/SceneFormat.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leenkx/Sources/iron/data/SceneFormat.hx b/leenkx/Sources/iron/data/SceneFormat.hx index d1f5881..cadd3b6 100644 --- a/leenkx/Sources/iron/data/SceneFormat.hx +++ b/leenkx/Sources/iron/data/SceneFormat.hx @@ -223,7 +223,7 @@ typedef TShaderData = { @:structInit class TShaderData { #end public var name: String; - public var nextPass: String; + public var next_pass: String; public var contexts: Array; }