mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 01:46:18 +02:00
Use bracket initialization for CollisionRegion.loaded
This commit is contained in:
parent
2e290ea798
commit
b5862aca2a
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ public:
|
|||
}
|
||||
|
||||
// We can't load the model here because it would create a circular dependency, so we delegate that responsibility to the owning CollisionPick
|
||||
bool loaded = false;
|
||||
bool loaded { false };
|
||||
QUrl modelURL;
|
||||
|
||||
// We can't compute the shapeInfo here without loading the model first, so we delegate that responsibility to the owning CollisionPick
|
||||
|
|
Loading…
Reference in a new issue