Fix bug determining max radius of convex polys, fixes bugs in room positioning
This commit is contained in:
@@ -22,6 +22,7 @@ data Configuration = Configuration
|
||||
, _debug_noclip :: Bool
|
||||
, _debug_cr_status :: Bool
|
||||
, _debug_view_boundaries :: Bool
|
||||
, _debug_view_clip_bounds :: Bool
|
||||
, _debug_pathing :: Bool
|
||||
}
|
||||
deriving (Generic, Show)
|
||||
@@ -61,5 +62,6 @@ defaultConfig = Configuration
|
||||
, _debug_noclip = False
|
||||
, _debug_cr_status = False
|
||||
, _debug_view_boundaries = False
|
||||
, _debug_view_clip_bounds = False
|
||||
, _debug_pathing = False
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user