Fix spelling.
This commit is contained in:
@@ -1476,7 +1476,7 @@ static void rna_def_object(BlenderRNA *brna)
|
||||
{OB_BOUND_SPHERE, "SPHERE", 0, "Sphere", ""},
|
||||
{OB_BOUND_CYLINDER, "CYLINDER", 0, "Cylinder", ""},
|
||||
{OB_BOUND_CONE, "CONE", 0, "Cone", ""},
|
||||
{OB_BOUND_POLYH, "POLYHEDER", 0, "Polyheder", ""},
|
||||
{OB_BOUND_POLYH, "POLYHEDRON", 0, "Polyhedron", ""},
|
||||
{0, NULL, 0, NULL, NULL}};
|
||||
|
||||
static EnumPropertyItem dupli_items[] = {
|
||||
|
@@ -1548,7 +1548,7 @@ void BL_CreatePhysicsObjectNew(KX_GameObject* gameobj,
|
||||
objprop.m_boundclass = KX_BOUNDMESH;
|
||||
break;
|
||||
}
|
||||
// Object is not a mesh... can't use polyheder.
|
||||
// Object is not a mesh... can't use polyhedron.
|
||||
// Fall through and become a sphere.
|
||||
case OB_BOUND_SPHERE:
|
||||
{
|
||||
|
Reference in New Issue
Block a user