mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
fix formatting
This commit is contained in:
parent
21d669f2f1
commit
94c6053d52
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue