sky-lights fix, graphics.skybox-resolution
This commit is contained in:
@@ -31,6 +31,7 @@ toml::Wrapper create_wrapper(EngineSettings& settings) {
|
||||
graphics.add("fog-curve", &settings.graphics.fogCurve);
|
||||
graphics.add("backlight", &settings.graphics.backlight);
|
||||
graphics.add("frustum-culling", &settings.graphics.frustumCulling);
|
||||
graphics.add("skybox-resolution", &settings.graphics.skyboxResolution);
|
||||
|
||||
toml::Section& debug = wrapper.add("debug");
|
||||
debug.add("generator-test-mode", &settings.debug.generatorTestMode);
|
||||
|
||||
Reference in New Issue
Block a user