more warning fixes

This commit is contained in:
Brad Hefta-Gaub 2015-09-22 17:26:45 -07:00
parent 7536fed09a
commit 6f7e13b3c1

View file

@ -374,7 +374,7 @@ void GeometryCache::buildShapes() {
0, 3, 1, 3, 2, 3,
};
for (int i = 0; i < wireIndices.size(); ++i) {
for (unsigned int i = 0; i < wireIndices.size(); ++i) {
wireIndices[i] += startingIndex;
}