From bf1392cadcc83095019c8da684d6b8a73ff7b2c7 Mon Sep 17 00:00:00 2001 From: deve Date: Fri, 27 Apr 2018 06:44:56 +0200 Subject: [PATCH] Keep important particles enabled on lowest settings --- src/states_screens/options_screen_video.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/states_screens/options_screen_video.cpp b/src/states_screens/options_screen_video.cpp index 17b3d6865..426379c23 100644 --- a/src/states_screens/options_screen_video.cpp +++ b/src/states_screens/options_screen_video.cpp @@ -50,7 +50,7 @@ void OptionsScreenVideo::initPresets() ({ false /* light */, 0 /* shadow */, false /* bloom */, false /* motionblur */, false /* lightshaft */, false /* glow */, false /* mlaa */, false /* ssao */, - false /* animatedCharacters */, 0 /* particles */, 0 /* image_quality */, + false /* animatedCharacters */, 1 /* particles */, 0 /* image_quality */, false /* depth of field */, true /* degraded IBL */ }); @@ -58,7 +58,7 @@ void OptionsScreenVideo::initPresets() ({ false /* light */, 0 /* shadow */, false /* bloom */, false /* motionblur */, false /* lightshaft */, false /* glow */, false /* mlaa */, false /* ssao */, - true /* animatedCharacters */, 0 /* particles */, 0 /* image_quality */, + true /* animatedCharacters */, 2 /* particles */, 0 /* image_quality */, false /* depth of field */, true /* degraded IBL */ }); @@ -66,7 +66,7 @@ void OptionsScreenVideo::initPresets() ({ true /* light */, 0 /* shadow */, false /* bloom */, false /* motionblur */, false /* lightshaft */, false /* glow */, false /* mlaa */, false /* ssao */, - true /* animatedCharacters */, 1 /* particles */, 1 /* image_quality */, + true /* animatedCharacters */, 2 /* particles */, 1 /* image_quality */, false /* depth of field */, true /* degraded IBL */ }); @@ -74,7 +74,7 @@ void OptionsScreenVideo::initPresets() ({ true /* light */, 0 /* shadow */, false /* bloom */, true /* motionblur */, true /* lightshaft */, true /* glow */, true /* mlaa */, false /* ssao */, - true /* animatedCharacters */, 1 /* particles */, 1 /* image_quality */, + true /* animatedCharacters */, 2 /* particles */, 1 /* image_quality */, false /* depth of field */, false /* degraded IBL */ });