mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
renamed SDL PI constants to SDL_PI_D and SDL_PI_F.
This commit is contained in:
@@ -127,7 +127,7 @@ rotate_matrix(float angle, float x, float y, float z, float *r)
|
||||
float radians, c, s, c1, u[3], length;
|
||||
int i, j;
|
||||
|
||||
radians = (angle * SDL_M_PIf) / 180.0f;
|
||||
radians = (angle * SDL_PI_F) / 180.0f;
|
||||
|
||||
c = SDL_cosf(radians);
|
||||
s = SDL_sinf(radians);
|
||||
|
||||
Reference in New Issue
Block a user