chore(Core): Correct typo of Suppress. (#20229)
* Init. * Adjust spacing.
This commit is contained in:
parent
9182e970d4
commit
4ad9d68f42
8 changed files with 57 additions and 57 deletions
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue