Przeglądaj źródła

[opengl] reduce the amount of seeds

rexim 3 lat temu
rodzic
commit
eeb4c57550
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/main_opengl.c

+ 1 - 1
src/main_opengl.c

@@ -18,7 +18,7 @@
 
 #define DEFAULT_SCREEN_WIDTH 1600
 #define DEFAULT_SCREEN_HEIGHT 900
-#define SEEDS_COUNT 500
+#define SEEDS_COUNT 20
 
 #define UNIMPLEMENTED(message) \
     do { \