Add view debug option

This commit is contained in:
2021-10-03 18:47:11 +01:00
parent b526517404
commit df9a8ea242
7 changed files with 35 additions and 53 deletions
+2
View File
@@ -20,6 +20,7 @@ data Configuration = Configuration
, _debug_seconds_frame :: Bool
, _debug_noclip :: Bool
, _debug_cr_status :: Bool
, _debug_view_boundaries :: Bool
}
deriving (Generic, Show)
makeLenses ''Configuration
@@ -44,4 +45,5 @@ defaultConfig = Configuration
, _debug_seconds_frame = True
, _debug_noclip = False
, _debug_cr_status = False
, _debug_view_boundaries = False
}