Cleanup: typo

This commit is contained in:
Philipp Oeser
2025-01-29 10:09:59 +01:00
parent 8703317b81
commit bf2264a3b8

View File

@@ -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);