Try to set glScissor more sensibly

Not sure what this should be yet though
This commit is contained in:
2025-11-29 15:28:51 +00:00
parent 974f3e96c9
commit 6ebf3f4ef7
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ data Config = Config
, _gr_downsize_res :: ResFactor
, _gr_world_res :: ResFactor
, _gr_num_shadow_casters :: NumShadowCasters
, _windowX :: Int --size
, _windowX :: Int --size in pixels
, _windowY :: Int
, _windowPosX :: Int --position in os
, _windowPosY :: Int