src/vertexmap.h

changeset 259
c27612f0eac0
parent 206
654661eab7f3
child 264
76a025db4948
--- a/src/vertexmap.h	Wed Jun 22 23:51:06 2022 +0300
+++ b/src/vertexmap.h	Sun Jun 26 19:44:45 2022 +0300
@@ -26,9 +26,9 @@
 	Q_SIGNAL void verticesChanged();
 private:
 	const Model* const model;
-	QSet<unsigned int> vertexHashes;
+	QSet<hash_t> vertexHashes;
 	std::vector<glm::vec3> vertices;
-	std::map<unsigned int, VertexInfo> map;
+	std::map<hash_t, VertexInfo> map;
 };
 
 #endif // VERTEXMAP_H

mercurial