mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 08:16:21 +02:00
more warning fixes
This commit is contained in:
parent
da404ce2ce
commit
5065c7c5c4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class TriangleSet {
|
||||||
int _depth{ 0 };
|
int _depth{ 0 };
|
||||||
int _population{ 0 };
|
int _population{ 0 };
|
||||||
AABox _bounds;
|
AABox _bounds;
|
||||||
std::vector<int> _triangleIndices;
|
std::vector<size_t> _triangleIndices;
|
||||||
|
|
||||||
friend class TriangleSet;
|
friend class TriangleSet;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue