Skip to content

Commit

Permalink
chore: remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vanssnn committed Nov 21, 2024
1 parent 8d5e988 commit 95ebad5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addons/rmsmartshape/shapes/shape.gd
Original file line number Diff line number Diff line change
Expand Up @@ -1363,8 +1363,6 @@ func _build_edges(s_mat: SS2D_Material_Shape, verts: PackedVector2Array) -> Arra

# Edge case for web so it doesn't use thread
if OS.get_name() != "Web":
# Might be able to introduce threading here
# One thread per index_map?
var threads: Array[Thread] = []
for index_map in index_maps:
var thread := Thread.new()
Expand Down

0 comments on commit 95ebad5

Please sign in to comment.