3
0
Fork 0
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:
Andrew Meadows 2018-08-15 15:36:01 -07:00
parent 615b8addd0
commit 1c87d7b109

View file

@ -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));