Readd some debug drawing (debugDraw itself still commented out)

This commit is contained in:
2022-07-02 11:59:05 +01:00
parent 66fe1abc6f
commit 8dc7682327
5 changed files with 52 additions and 25 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ data World = World
, _clickMousePos :: Point2
, _pathGraph :: Gr Point2 PathEdge
, _pathGraphP :: S.Set (Point2,Point2)
, _phZoning :: Zoning [] (Int,Point2)
, _pnZoning :: Zoning [] (Int,Point2)
, _hud :: HUD
, _lightSources :: IM.IntMap LightSource
, _tempLightSources :: [TempLightSource]