mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:37:27 +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 {
|
ShapeType ModelEntityItem::getShapeType() const {
|
||||||
if (_shapeType == SHAPE_TYPE_COMPOUND) {
|
if (_shapeType == SHAPE_TYPE_COMPOUND) {
|
||||||
return hasCollisionModel() ? SHAPE_TYPE_COMPOUND : SHAPE_TYPE_NONE;
|
return hasCollisionModel() ? SHAPE_TYPE_COMPOUND : SHAPE_TYPE_NONE;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
return _shapeType;
|
return _shapeType;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue