mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 14:33:48 +02:00
Merge pull request #2253 from ey6es/master
Initialize scale to unity. Closes #2232.
This commit is contained in:
commit
de8165c544
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ using namespace std;
|
|||
|
||||
Model::Model(QObject* parent) :
|
||||
QObject(parent),
|
||||
_scale(1.0f, 1.0f, 1.0f),
|
||||
_shapesAreDirty(true),
|
||||
_lodDistance(0.0f),
|
||||
_pupilDilation(0.0f) {
|
||||
|
|
Loading…
Reference in a new issue