mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-21 07:08:26 +00:00
Pathing is essentially fully functional now, still could use improvements here and there
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user