From: Mario Date: Wed, 3 Jun 2020 08:13:03 +0000 (+1000) Subject: Make sure r_sky is turned on in the ultra/ultimate effects configs, to match the... X-Git-Tag: xonotic-v0.8.5~955 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=cfc71e27c5a5d494d384e3f003da385c0999a432 Make sure r_sky is turned on in the ultra/ultimate effects configs, to match the others --- diff --git a/effects-ultimate.cfg b/effects-ultimate.cfg index 3ce6f55a7f..ea5989c34f 100644 --- a/effects-ultimate.cfg +++ b/effects-ultimate.cfg @@ -31,6 +31,7 @@ r_shadow_realtime_world_shadows 1 r_shadow_shadowmapping 1 r_shadow_usenormalmap 1 r_showsurfaces 0 +r_sky 1 r_subdivisions_tolerance 1 r_texture_dds_load 0 r_water 1 diff --git a/effects-ultra.cfg b/effects-ultra.cfg index d42d7c58ba..58bd10f92c 100644 --- a/effects-ultra.cfg +++ b/effects-ultra.cfg @@ -31,6 +31,7 @@ r_shadow_realtime_world_shadows 0 r_shadow_shadowmapping 1 r_shadow_usenormalmap 1 r_showsurfaces 0 +r_sky 1 r_subdivisions_tolerance 2 r_texture_dds_load 0 r_water 1