Fix various typos
* Add TODO notes for typos that should be fixed for 5.0 Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
parent
d2ada64a03
commit
f134769506
86 changed files with 396 additions and 396 deletions
|
|
@ -96,7 +96,7 @@ TEST_CASE("[Plane] Plane-point operations") {
|
|||
|
||||
CHECK_MESSAGE(
|
||||
y_facing_plane.get_any_perpendicular_normal().is_equal_approx(Vector3(1, 0, 0)),
|
||||
"get_any_perpindicular_normal() should return the expected result.");
|
||||
"get_any_perpendicular_normal() should return the expected result.");
|
||||
|
||||
// TODO distance_to()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue