diff --git a/src/Primitives/Implementation/Spheroid.h b/src/Primitives/Implementation/Spheroid.h index 241b77f92..16921141e 100644 --- a/src/Primitives/Implementation/Spheroid.h +++ b/src/Primitives/Implementation/Spheroid.h @@ -50,10 +50,10 @@ class Spheroid { Trade::MeshData3D finalize(); + private: UnsignedInt segments; TextureCoords textureCoords; - private: std::vector indices; std::vector positions; std::vector normals;