From 89641e9d44c73ce85e8a96a92453dcf767ea0b66 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Mon, 6 Oct 2025 17:50:50 +0200 Subject: [PATCH] Fix compile --- paint/sources/material_nodes/image_texture_node.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/paint/sources/material_nodes/image_texture_node.ts b/paint/sources/material_nodes/image_texture_node.ts index c844b30c..d861de24 100644 --- a/paint/sources/material_nodes/image_texture_node.ts +++ b/paint/sources/material_nodes/image_texture_node.ts @@ -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 = {