Merge pull request #1124 from ctrlaltdavid/fix/avatar-parts-rotating

Fix avatar parts rotating
This commit is contained in:
Kalila 2021-04-01 19:11:52 -04:00 committed by GitHub
commit f5b91b17ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ protected:
RenderLayer _renderLayer { RenderLayer::WORLD };
PrimitiveMode _primitiveMode { PrimitiveMode::SOLID };
QVector<QUuid> _renderWithZones;
BillboardMode _billboardMode;
BillboardMode _billboardMode { BillboardMode::NONE };
bool _cauterized { false };
bool _moving { false };
Transform _renderTransform;

View file

@ -92,7 +92,7 @@ private:
bool _cauterized { false };
bool _cullWithParent { false };
QVector<QUuid> _renderWithZones;
BillboardMode _billboardMode;
BillboardMode _billboardMode { BillboardMode::NONE };
uint64_t _created;
Transform _localTransform;