General refactor

This commit is contained in:
MihailRis
2023-11-30 04:30:40 +03:00
parent de134dc2e5
commit 1d5037893c
27 changed files with 558 additions and 419 deletions
+2
View File
@@ -43,6 +43,8 @@ struct GraphicsSettings {
float fogCurve = 1.6f;
/* Enable blocks backlight to prevent complete darkness */
bool backlight = true;
/* Enable chunks frustum culling */
bool frustumCulling = true;
};
struct DebugSettings {