bug fix, sphere initXml always fails.
This commit is contained in:
parent
d300f6e8fa
commit
db0983460a
|
@ -288,7 +288,7 @@ bool Sphere::initXml(TiXmlElement *c)
|
||||||
}
|
}
|
||||||
|
|
||||||
radius = atof(c->Attribute("radius"));
|
radius = atof(c->Attribute("radius"));
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Box::initXml(TiXmlElement *c)
|
bool Box::initXml(TiXmlElement *c)
|
||||||
|
|
Loading…
Reference in New Issue