bug fix, sphere initXml always fails.

This commit is contained in:
hsu 2009-11-25 05:07:50 +00:00
parent d300f6e8fa
commit db0983460a
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ bool Sphere::initXml(TiXmlElement *c)
}
radius = atof(c->Attribute("radius"));
return false;
return true;
}
bool Box::initXml(TiXmlElement *c)