mirror of
https://github.com/lubosz/overte.git
synced 2025-08-28 08:16:39 +02:00
remove redundant dimensionsChanged()
This commit is contained in:
parent
f21a284324
commit
901e145712
1 changed files with 0 additions and 1 deletions
|
@ -1754,7 +1754,6 @@ void EntityItem::updateDimensions(const glm::vec3& value) {
|
|||
setDimensions(value);
|
||||
markDirtyFlags(Simulation::DIRTY_SHAPE | Simulation::DIRTY_MASS);
|
||||
_queryAACubeSet = false;
|
||||
dimensionsChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue