diff options
author | Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> | 2024-10-17 16:09:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 22:09:53 +0200 |
commit | 4ad9d68f42171d04abfc6cf52971d515dba3a5f8 (patch) | |
tree | 3a120473a91b7048e28dba2df4a78fb5641956da /deps/g3dlite/source/CollisionDetection.cpp | |
parent | 9182e970d4bae5ee2646d262e58e5c4ba0e9e4d5 (diff) |
chore(Core): Correct typo of `Suppress`. (#20229)
* Init.
* Adjust spacing.
Diffstat (limited to 'deps/g3dlite/source/CollisionDetection.cpp')
-rw-r--r-- | deps/g3dlite/source/CollisionDetection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/g3dlite/source/CollisionDetection.cpp b/deps/g3dlite/source/CollisionDetection.cpp index f00fb3bfc4..1148c99b6c 100644 --- a/deps/g3dlite/source/CollisionDetection.cpp +++ b/deps/g3dlite/source/CollisionDetection.cpp @@ -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; |