more warning fixes

This commit is contained in:
ZappoMan 2017-05-13 10:17:59 -07:00
parent da404ce2ce
commit 5065c7c5c4

View file

@ -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;
};