Skip to content

Commit

Permalink
Fix cos function using SDL_acos
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicKarma authored and flibitijibibo committed Oct 4, 2023
1 parent 6148aaa commit 5c5cf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader_internal.h
Expand Up @@ -54,7 +54,7 @@ typedef Uint64 uint64;
#define asin SDL_asin
#define atan SDL_atan
#define atan2 SDL_atan2
#define cos SDL_acos
#define cos SDL_cos
#define exp SDL_exp
#define floor SDL_floor
#define log SDL_log
Expand Down

0 comments on commit 5c5cf69

Please sign in to comment.