aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/world.h b/src/world.h
index 93bcb38..08c4f39 100644
--- a/src/world.h
+++ b/src/world.h
@@ -17,8 +17,8 @@
#define WORLD_GROUND_COLOR GREEN
#define WORLD_GROUND_BLUR 2
-#define WORLD_GROUND_CONTRAST -30
-#define WORLD_GROUND_IMAGE_NOISE 0.3
+#define WORLD_GROUND_CONTRAST 0
+#define WORLD_GROUND_IMAGE_NOISE 0.5
#define BVH_MAX 4 // Max entities per node.
#define BVH_MAX_BRANCH_COUNT 8