mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 21:46:34 +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 _population{ 0 };
|
||||
AABox _bounds;
|
||||
std::vector<int> _triangleIndices;
|
||||
std::vector<size_t> _triangleIndices;
|
||||
|
||||
friend class TriangleSet;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue