sky-lights fix, graphics.skybox-resolution

This commit is contained in:
MihailRis
2023-12-03 23:36:54 +03:00
parent 2f9244c17c
commit 4de2d77150
5 changed files with 10 additions and 4 deletions
+1
View File
@@ -45,6 +45,7 @@ struct GraphicsSettings {
bool backlight = true;
/* Enable chunks frustum culling */
bool frustumCulling = true;
int skyboxResolution = 64 + 32;
};
struct DebugSettings {