Fix some more warnings

This commit is contained in:
Lynix
2017-09-30 15:00:42 +02:00
parent fb354b1204
commit 508554fcb1
4 changed files with 29 additions and 29 deletions

View File

@@ -46,7 +46,7 @@ namespace Nz
CopyBodyData(object.GetHandle());
for (int i = 0; i < m_shapes.size(); ++i)
for (std::size_t i = 0; i < m_shapes.size(); ++i)
m_shapes[i]->bb = cpShapeCacheBB(object.m_shapes[i]);
}