Fix remote camera bug
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
module Dodge.Config.KeyConfig
|
||||
( KeyConfigSDL (..)
|
||||
, defaultKeyConfigSDL
|
||||
, loadKeyConfig
|
||||
)
|
||||
where
|
||||
--import Data.Aeson
|
||||
@@ -55,3 +56,6 @@ defaultKeyConfigSDL =
|
||||
, newMapKey = SDL.ScancodeN
|
||||
, modifierKey = SDL.ScancodeCapsLock
|
||||
}
|
||||
|
||||
loadKeyConfig :: IO KeyConfigSDL
|
||||
loadKeyConfig = return defaultKeyConfigSDL
|
||||
|
||||
Reference in New Issue
Block a user