src/vertexmap.h

changeset 309
d862721d19a3
parent 264
76a025db4948
child 333
07e65a4c6611
--- a/src/vertexmap.h	Wed Jun 29 16:21:44 2022 +0300
+++ b/src/vertexmap.h	Wed Jun 29 16:33:49 2022 +0300
@@ -14,7 +14,7 @@
 	struct VertexInfo
 	{
 		glm::vec3 point;
-		std::set<ModelId> objects;
+		std::set<ElementId> objects;
 		bool transformSet = false;
 		glm::mat4 transform;
 	};

mercurial