More Math cleanup

This commit is contained in:
SirLynix
2022-12-18 16:33:05 +01:00
parent a1e62adb71
commit 5ca7b398c2
15 changed files with 104 additions and 454 deletions

View File

@@ -36,7 +36,7 @@ SCENARIO("Rect", "[MATH][RECT]")
{
THEN("It's not valid")
{
CHECK(!(firstCenterAndUnit * 0.f).IsValid());
CHECK(!(firstCenterAndUnit.Scale(0.f)).IsValid());
}
}