this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Added definition for M_PI for when it is missing to renderer_shapes_GL_common.inl.

+3
+3
src/renderer_shapes_GL_common.inl
··· 2 2 See a particular renderer's *.c file for specifics. */ 3 3 4 4 5 + #ifndef M_PI 6 + #define M_PI 3.14159265358979323846 7 + #endif 5 8 6 9 7 10