mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
style
This commit is contained in:
parent
dd9290bd59
commit
a3a54e8d7d
1 changed files with 1 additions and 2 deletions
|
@ -281,8 +281,7 @@ void ModelEntityItem::updateShapeType(ShapeType type) {
|
|||
}
|
||||
}
|
||||
|
||||
void ModelEntityItem::setCollisionModelURL(const QString& url)
|
||||
{
|
||||
void ModelEntityItem::setCollisionModelURL(const QString& url) {
|
||||
if (_collisionModelURL != url) {
|
||||
_collisionModelURL = url;
|
||||
_dirtyFlags |= EntityItem::DIRTY_SHAPE | EntityItem::DIRTY_MASS;
|
||||
|
|
Loading…
Reference in a new issue