Browse Source

[opengl] reduce the amount of seeds

rexim 3 years ago
parent
commit
eeb4c57550
1 changed files with 1 additions and 1 deletions
  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 { \