mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2026-01-02 09:42:28 +00:00
Fixed HMM_PI32
This commit is contained in:
@@ -318,7 +318,7 @@ HMMDEF hmm_vec4 operator/(hmm_vec4 Left, hmm_vec4 Right);
|
||||
HINLINE float
|
||||
HMM_ToRadians(float Degrees)
|
||||
{
|
||||
float Result = Degrees * (Pi32 / 180.0f);
|
||||
float Result = Degrees * (HMM_PI32 / 180.0f);
|
||||
|
||||
return (Result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user