From d67c0951f269e537d0052d01a4db046667e2b216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 22 Jul 2013 23:33:56 +0200 Subject: [PATCH] Primitives: no need to have this stuff public. --- src/Primitives/Implementation/Spheroid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;