Skip to content

Commit

Permalink
Fixed bug in Splines node
Browse files Browse the repository at this point in the history
  • Loading branch information
RodZill4 committed Oct 28, 2024
1 parent b4efa62 commit c4b7c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/material_maker/nodes/splines.mmg
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"\tif (abs(edge_uv.y) < 1.0) {",
"\t\treturn $in_edge(vec2(edge_uv.x, 0.5+0.5*edge_uv.y));",
"\t} else if (closest > 0.0) {",
"\t\treturn $in_fill($uv);",
"\t\treturn $in_fill(uv);",
"\t}",
"\treturn vec4(0.0);",
"}"
Expand Down

0 comments on commit c4b7c2f

Please sign in to comment.