fix build fail with O3
This commit is contained in:
@@ -177,8 +177,8 @@ namespace J3ML::Math
|
||||
|
||||
#pragma region Math Functions
|
||||
|
||||
inline float Radians(float degrees);
|
||||
inline float Degrees(float radians);
|
||||
float Radians(float degrees);
|
||||
float Degrees(float radians);
|
||||
|
||||
|
||||
struct NumberRange
|
||||
|
Reference in New Issue
Block a user