diff --git a/fallguys/physics.cpp b/fallguys/physics.cpp index eece60d..c12a046 100644 --- a/fallguys/physics.cpp +++ b/fallguys/physics.cpp @@ -942,7 +942,7 @@ std::shared_ptr CPhysicsManager::LoadIndexArrayFromResource(c const auto extension = V_GetFileExtension(resourcePath.c_str()); - if (0 == stricmp(extension, "obj")) + if (0 == strcasecmp(extension, "obj")) { //really needis shit ??? }