mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 03:32:31 +02:00
reorder initialization to remove compile warning
This commit is contained in:
parent
615b8addd0
commit
1c87d7b109
1 changed files with 1 additions and 1 deletions
|
@ -22,8 +22,8 @@ const float defaultAACubeSize = 1.0f;
|
|||
const int MAX_PARENTING_CHAIN_SIZE = 30;
|
||||
|
||||
SpatiallyNestable::SpatiallyNestable(NestableType nestableType, QUuid id) :
|
||||
_nestableType(nestableType),
|
||||
_id(id),
|
||||
_nestableType(nestableType),
|
||||
_transform() {
|
||||
// set flags in _transform
|
||||
_transform.setTranslation(glm::vec3(0.0f));
|
||||
|
|
Loading…
Reference in a new issue