mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 22:13:12 +02:00
Merge pull request #15095 from amerhifi/master
case 21563: adding modelScale initialization so that it does not fail the validSc…
This commit is contained in:
commit
4729c8737e
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ protected:
|
||||||
int _lastKnownCurrentFrame{-1};
|
int _lastKnownCurrentFrame{-1};
|
||||||
|
|
||||||
glm::u8vec3 _color;
|
glm::u8vec3 _color;
|
||||||
glm::vec3 _modelScale;
|
glm::vec3 _modelScale { 1.0f };
|
||||||
QString _modelURL;
|
QString _modelURL;
|
||||||
bool _relayParentJoints;
|
bool _relayParentJoints;
|
||||||
bool _groupCulled { false };
|
bool _groupCulled { false };
|
||||||
|
|
Loading…
Reference in a new issue