Remove math.

This commit is contained in:
scorpioblood
2024-05-15 18:02:01 +02:00
parent 3e58f65d28
commit 08c2d7b9d1
42 changed files with 112 additions and 9966 deletions

View File

@@ -6,7 +6,7 @@ int main()
{
float t = 2;
PMath::Clamp(t, 2.0f, 4.0f);
return 0;
}