Cleanup: typo
This commit is contained in:
@@ -728,7 +728,7 @@ ShapeCache::ShapeCache()
|
||||
circle = BatchPtr(
|
||||
GPU_batch_create_ex(GPU_PRIM_LINES, vbo_from_vector(verts), nullptr, GPU_BATCH_OWNS_VBO));
|
||||
}
|
||||
/* empty_spehere */
|
||||
/* empty_sphere */
|
||||
{
|
||||
Vector<Vertex> verts = sphere_axes_circles(1.0f, VCLASS_EMPTY_SCALED, 32);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user