Quick hack to make window rendering passable

Before windows drew even on black backgrounds
This commit is contained in:
2025-11-23 00:24:14 +00:00
parent 229350120a
commit 74c02291c1
7 changed files with 93 additions and 106 deletions
+1
View File
@@ -19,6 +19,7 @@ updateWallDamages w = set (cWorld . lWorld . wallDamages) mempty
where
f (k,dams) w' = foldrM (damageWall k) w' dams
-- the hack is to force the pathing incidence graph
updateEdgesWall :: S.Set Int2 -> World -> World
updateEdgesWall is w =
hack $