mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
fix warning
This commit is contained in:
parent
5abd608ccc
commit
6f0ae96f56
1 changed files with 1 additions and 1 deletions
|
@ -82,8 +82,8 @@ Model::Model(QObject* parent) :
|
|||
_isVisible(true),
|
||||
_blendNumber(0),
|
||||
_appliedBlendNumber(0),
|
||||
_calculatedMeshPartBoxesValid(false),
|
||||
_calculatedMeshPartOffsetValid(false),
|
||||
_calculatedMeshPartBoxesValid(false),
|
||||
_calculatedMeshBoxesValid(false),
|
||||
_calculatedMeshTrianglesValid(false),
|
||||
_meshGroupsKnown(false),
|
||||
|
|
Loading…
Reference in a new issue