diff --git a/src/main.c b/src/main.c index f0895e6..d9bf205 100644 --- a/src/main.c +++ b/src/main.c @@ -6,7 +6,6 @@ #include "shaders.h" #include #include -#include #include #include @@ -34,8 +33,6 @@ int main(void) { return TINY_EXIT_ARENA_INIT_FAILED; } - srand(time(NULL)); - Colour bg = {.r = 42, .g = 45, .b = 52, .a = 255}; Colour teal = {.r = 14, .g = 156, .b = 208, .a = 255}; Render render;