diff --git a/src/icosphere.hpp b/src/icosphere.hpp index 4b7b136..1ef5bf6 100644 --- a/src/icosphere.hpp +++ b/src/icosphere.hpp @@ -10,7 +10,7 @@ class Icosphere { public: - Icosphere(float radius, int subdividision); + Icosphere(float radius, int subdivisions); void render(); ~Icosphere(); @@ -56,4 +56,4 @@ private: int vertexForEdge(Lookup& lookup, VertexList& vertices, int first, int second); TriangleList subdivide(VertexList& vertices, TriangleList triangles); -}; \ No newline at end of file +};