--- a/src/linetypes/modelobject.h Sun Mar 18 12:00:39 2018 +0200
+++ b/src/linetypes/modelobject.h Sun Mar 18 12:33:29 2018 +0200
@@ -123,7 +123,7 @@
private:
Vertex m_position;
- Matrix m_transformationMatrix;
+ Matrix m_transformationMatrix = Matrix::identity;
};
/*