mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
more warning fixes
This commit is contained in:
parent
7536fed09a
commit
6f7e13b3c1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue