Added gamma setting

This commit is contained in:
MihailRis
2024-02-05 01:17:16 +03:00
parent 4fd398844e
commit a7ac539429
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -32,6 +32,7 @@ toml::Wrapper* create_wrapper(EngineSettings& settings) {
camera.add("sensitivity", &settings.camera.sensitivity);
toml::Section& graphics = wrapper->add("graphics");
graphics.add("gamma", &settings.graphics.gamma);
graphics.add("fog-curve", &settings.graphics.fogCurve);
graphics.add("backlight", &settings.graphics.backlight);
graphics.add("frustum-culling", &settings.graphics.frustumCulling);