mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
chore(Core): Correct typo of Suppress. (#20229)
* Init. * Adjust spacing.
This commit is contained in:
2
deps/g3dlite/source/CollisionDetection.cpp
vendored
2
deps/g3dlite/source/CollisionDetection.cpp
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user