Fix compile

This commit is contained in:
luboslenco
2025-10-06 17:50:50 +02:00
parent 767408907f
commit 89641e9d44
@@ -111,6 +111,7 @@ function image_texture_node_value(node: ui_node_t, socket: ui_node_socket_t): st
let texstore: string = parser_material_texture_store(node, tex, tex_name, color_space);
return texstore + ".a";
}
return "0.0";
}
let image_texture_node_def: ui_node_t = {