Skip to content

Commit 257ba3d

Browse files
committed
Cleanup
1 parent 4380fa2 commit 257ba3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

base/sources/ui_nodes.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,10 @@ function ui_nodes_accept_asset_drag(index: i32) {
14151415
ui_nodes_push_undo();
14161416
let g: node_group_t = ui_nodes_group_stack.length > 0 ? ui_nodes_group_stack[ui_nodes_group_stack.length - 1] : null;
14171417
///if (is_paint || is_sculpt)
1418-
let n: ui_node_t = ui_nodes_canvas_type == canvas_type_t.MATERIAL ? nodes_material_create_node("TEX_IMAGE", g) : nodes_brush_create_node("TEX_IMAGE");
1418+
let n: ui_node_t =
1419+
ui_nodes_canvas_type == canvas_type_t.MATERIAL ?
1420+
nodes_material_create_node("TEX_IMAGE", g) :
1421+
nodes_brush_create_node("TEX_IMAGE");
14191422
///end
14201423
///if is_lab
14211424
let n: ui_node_t = nodes_brush_create_node("image_texture_node");

0 commit comments

Comments
 (0)