diff --git a/Platforms/Desktop/DesktopInputs.cs b/Platforms/Desktop/DesktopInputs.cs index 830bfbc..41c1ffb 100644 --- a/Platforms/Desktop/DesktopInputs.cs +++ b/Platforms/Desktop/DesktopInputs.cs @@ -21,8 +21,8 @@ public class DesktopInputs : BehaviourBase, IEnterUniverse, IExitUniverse, IGame private readonly Dictionary keyMappingReversed = []; private readonly Dictionary keyMapping = new() { - { Keys.Space, IGameInputs.Button.Interact } -}; + { Keys.Space, IGameInputs.Button.Interact } + }; private KeyboardInputs keyboardInputs = null!;