chore: fix typo
This commit is contained in:
parent
2b6444dfac
commit
26600b8688
|
@ -10,7 +10,7 @@
|
||||||
class Icosphere
|
class Icosphere
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Icosphere(float radius, int subdividision);
|
Icosphere(float radius, int subdivisions);
|
||||||
void render();
|
void render();
|
||||||
|
|
||||||
~Icosphere();
|
~Icosphere();
|
||||||
|
|
Loading…
Reference in New Issue