Pathing is essentially fully functional now, still could use improvements here and there

This commit is contained in:
KimLS
2016-01-13 13:39:42 -08:00
parent e61e2e7f02
commit 1cb07d055e
25 changed files with 214 additions and 2548 deletions
+1 -1
View File
@@ -873,7 +873,7 @@ bool Map::LoadV2(FILE *f) {
}
}
uint32 face_count = indices.size() / 3;
uint32 face_count = (uint32)indices.size() / 3;
if (imp) {
imp->rm->release();