diff options
Diffstat (limited to 'src/client/sky.h')
-rw-r--r-- | src/client/sky.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/sky.h b/src/client/sky.h index 9cff20e08..2ab9a767c 100644 --- a/src/client/sky.h +++ b/src/client/sky.h @@ -25,7 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #pragma once #define SKY_MATERIAL_COUNT 5 -#define SKY_STAR_COUNT 200 +#define SKY_STAR_COUNT 1000 class ITextureSource; |