Fix typo in Mesh.cs (#33)

This commit is contained in:
Stefano Volpe
2023-03-21 11:01:37 +01:00
committed by GitHub
parent 99412c0231
commit 5697a21e41
+1 -1
View File
@@ -34,7 +34,7 @@ namespace TriangleNet
// TODO: Check if custom hashmap implementation could be faster.
// Using hashsets for memory management should quite fast.
// Using hashsets for memory management should be quite fast.
internal TrianglePool triangles;
internal Dictionary<int, SubSegment> subsegs;
internal Dictionary<int, Vertex> vertices;