Correct a bad name
This commit is contained in:
parent
597ab9f98c
commit
1da4e82e8d
@ -288,7 +288,7 @@ free_all (struct map * map, struct vertex_array * array, struct face_item * root
|
||||
}
|
||||
|
||||
int
|
||||
icosphere (unsigned int nb_iterations, float scale,
|
||||
sweet_geometry_icosphere (unsigned int nb_iterations, float scale,
|
||||
unsigned int ** mesh_indices, unsigned int * count_indices,
|
||||
float ** mesh_vertices, unsigned int * count_vertices)
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef SWEET_GEOMETRY_H
|
||||
#define SWEET_GEOMETRY_H
|
||||
|
||||
int icosphere (unsigned int nb_iterations, float scale,
|
||||
int sweet_geometry_icosphere (unsigned int nb_iterations, float scale,
|
||||
unsigned int ** mesh_indices, unsigned int * count_indices,
|
||||
float ** mesh_vertices, unsigned int * count_vertices);
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user