Skip to content

Commit

Permalink
Merge pull request #166 from limbonaut/fix-right-tapers
Browse files Browse the repository at this point in the history
Fix right tapers don't work after #156
  • Loading branch information
mphe authored Jun 21, 2024
2 parents 355778e + 96a2abf commit c0d4344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/rmsmartshape/shapes/shape.gd
Original file line number Diff line number Diff line change
Expand Up @@ -1757,7 +1757,7 @@ func _build_edge_with_material(
new_quads.push_front(taper_quad)
if is_last_tess_point and edge_material != null and edge_material.use_taper_texture:
did_taper_right = true
var taper_quad := _taper_quad(new_quad, edge_material, texture_idx, true, true)
var taper_quad := _taper_quad(new_quad, edge_material, texture_idx, true, false)
if taper_quad != null:
new_quads.push_back(taper_quad)

Expand Down

0 comments on commit c0d4344

Please sign in to comment.