chore: fixed indentation error
This commit is contained in:
		@@ -22,7 +22,7 @@ public class DesktopInputs : BehaviourBase, IEnterUniverse, IExitUniverse, IGame
 | 
				
			|||||||
    private readonly Dictionary<IGameInputs.Button, Keys> keyMappingReversed = [];
 | 
					    private readonly Dictionary<IGameInputs.Button, Keys> keyMappingReversed = [];
 | 
				
			||||||
    private readonly Dictionary<Keys, IGameInputs.Button> keyMapping = new() {
 | 
					    private readonly Dictionary<Keys, IGameInputs.Button> keyMapping = new() {
 | 
				
			||||||
        { Keys.Space, IGameInputs.Button.Interact }
 | 
					        { Keys.Space, IGameInputs.Button.Interact }
 | 
				
			||||||
};
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private KeyboardInputs keyboardInputs = null!;
 | 
					    private KeyboardInputs keyboardInputs = null!;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user