fix formatting

This commit is contained in:
Andrew Meadows 2015-04-16 12:15:03 -07:00
parent 21d669f2f1
commit 94c6053d52

View file

@ -296,8 +296,7 @@ void ModelEntityItem::updateShapeType(ShapeType type) {
ShapeType ModelEntityItem::getShapeType() const {
if (_shapeType == SHAPE_TYPE_COMPOUND) {
return hasCollisionModel() ? SHAPE_TYPE_COMPOUND : SHAPE_TYPE_NONE;
}
else {
} else {
return _shapeType;
}
}