Commit before attempt to remove geometry shaders from shadow extrusion

This commit is contained in:
2023-02-23 23:10:00 +00:00
parent f98f95d92f
commit c73e8af72a
15 changed files with 28 additions and 31 deletions
+2 -1
View File
@@ -84,6 +84,8 @@ defaultCWorld =
, _timeFlow = NormalTimeFlow
, _seenWalls = mempty
, _floorTiles = mempty
--, _pathGraph = mempty
, _pathGraph = Data.Graph.Inductive.Graph.empty
}
defaultLWorld :: LWorld
@@ -130,7 +132,6 @@ defaultLWorld =
, _buttons = IM.empty
, _corpses = IM.empty
, _decorations = IM.empty
, _pathGraph = Data.Graph.Inductive.Graph.empty
, _lightSources = IM.empty
, _tempLightSources = []
, _seenLocations =