src/vertex.h

changeset 17
a5111f4e6412
parent 6
73e448b2943d
child 18
918b6c0f8b5b
--- a/src/vertex.h	Fri Nov 08 19:05:07 2019 +0200
+++ b/src/vertex.h	Fri Dec 13 15:55:56 2019 +0200
@@ -23,7 +23,7 @@
 
 struct Vertex
 {
-	using ValueType = float;
+	using ValueType = double;
 	ValueType x;
 	ValueType y;
 	ValueType z;

mercurial