Merge branch 'master' into Playerbot

This commit is contained in:
Yunfan Li
2024-10-21 11:43:19 +08:00
92 changed files with 7381 additions and 667 deletions

View File

@@ -1998,7 +1998,7 @@ bool CollisionDetection::isPointInsideTriangle(
break;
default:
// This case is here to supress a warning on Linux
// This case is here to suppress a warning on Linux
i = j = 0;
debugAssertM(false, "Should not get here.");
break;