From c38eeaa57d82dc05351f3f6bdf0dc7853ae19483 Mon Sep 17 00:00:00 2001 From: lllzebralll Date: Tue, 28 Jun 2022 15:36:55 +0300 Subject: [PATCH] color update --- src/world_render.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world_render.h b/src/world_render.h index 923c2c2c..b56dfa0d 100644 --- a/src/world_render.h +++ b/src/world_render.h @@ -107,7 +107,7 @@ bool chunks_comparator(size_t i, size_t j) { void draw_world(Camera* camera, Assets* assets, Chunks* chunks, bool occlusion, bool devdata){ - glClearColor(0.7f,0.71f,0.73f,1); + glClearColor(0.7f,0.81f,1.0f,1); glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glEnable(GL_DEPTH_TEST);