Cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user