this repo has no description
0
fork

Configure Feed

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

Remove redundant M_PI definition

authored by

Albert Vaca Cintora and committed by
Alice
20ebd880 6a326c77

-8
-8
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 8 - 9 - 10 - 11 - 12 - 13 5 // All shapes start this way for setup and so they can access the blit buffer properly 14 6 #define BEGIN_UNTEXTURED(function_name, shape, num_additional_vertices, num_additional_indices) \ 15 7 GPU_CONTEXT_DATA* cdata; \