From 95ebad5cda291de9ad666c5a0f98bde81c991840 Mon Sep 17 00:00:00 2001 From: vanssnn Date: Thu, 21 Nov 2024 21:35:21 +0700 Subject: [PATCH] chore: remove unused comments --- addons/rmsmartshape/shapes/shape.gd | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/rmsmartshape/shapes/shape.gd b/addons/rmsmartshape/shapes/shape.gd index d11eadb..8dacecf 100644 --- a/addons/rmsmartshape/shapes/shape.gd +++ b/addons/rmsmartshape/shapes/shape.gd @@ -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()