Added sky lights multiplier track bar

This commit is contained in:
MihailRis
2023-11-22 16:03:23 +03:00
parent eb18269416
commit d2c87f4ba5
6 changed files with 21 additions and 6 deletions
-1
View File
@@ -32,7 +32,6 @@ class WorldRenderer {
bool drawChunk(size_t index, Camera* camera, Shader* shader, bool occlusion);
void drawChunks(Chunks* chunks, Camera* camera, Shader* shader, bool occlusion);
public:
WorldRenderer(Engine* engine, Level* level, const ContentGfxCache* cache);
~WorldRenderer();