This commit is contained in:
2025-11-21 11:34:06 +00:00
parent 71e7b51c88
commit 8bc2d6961f
4 changed files with 0 additions and 11 deletions
-2
View File
@@ -57,7 +57,6 @@ data Config = Config
, _gr_shadow_size :: Importance
, _gr_downsize_res :: ResFactor
, _gr_world_res :: ResFactor
-- , _gr_distortion_res :: ResFactor
, _gr_num_shadow_casters :: NumShadowCasters
, _windowX :: Int --size
, _windowY :: Int
@@ -161,7 +160,6 @@ defaultConfig =
, _gr_distortions = True
, _gr_downsize_res = EighthRes
, _gr_world_res = QuarterRes
-- , _gr_distortion_res = FullRes
, _gr_num_shadow_casters = toEnum 10
, _windowX = 800
, _windowY = 600