Skip to content

Commit

Permalink
Fixed PI_F precision error
Browse files Browse the repository at this point in the history
  • Loading branch information
heyaplane committed Dec 16, 2024
1 parent 5c9919a commit 1d9a2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL_stdinc.jai
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SDL_FLT_EPSILON :: 1.1920928e-07;
SDL_PI_D : float64 : 3.141592653589793238462643383279502884;
SDL_PI_F :: 3.141592653589793238462643383279502884;
SDL_PI_F : float32 : 3.1415927;

SDL_FunctionPointer :: #type ();

Expand Down

0 comments on commit 1d9a2cf

Please sign in to comment.