mirror of
https://github.com/zeldaret/ss
synced 2026-07-09 22:21:32 -04:00
Fix eggMatrix amd eggMath
This commit is contained in:
@@ -11,7 +11,7 @@ public:
|
||||
static T maxNumber() {
|
||||
// TODO: Generalize to other classes
|
||||
// This is low priority since it will always be a float
|
||||
return FLT_MAX;
|
||||
return 3.402823466e+38f;
|
||||
}
|
||||
|
||||
static T pi() {
|
||||
|
||||
Reference in New Issue
Block a user