From 3235633bbc7cda75f19e1a93e66c288e6f9ada63 Mon Sep 17 00:00:00 2001 From: hiker Date: Mon, 27 Oct 2014 16:56:27 +1100 Subject: [PATCH] Fixed copy&paste error. --- src/input/keyboard_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/keyboard_config.hpp b/src/input/keyboard_config.hpp index c8a8ba1e1..eb7af8c78 100644 --- a/src/input/keyboard_config.hpp +++ b/src/input/keyboard_config.hpp @@ -47,7 +47,7 @@ public: /** Returns the type of this configuration. */ virtual DeviceConfigType getType() const { - return DEVICE_CONFIG_TYPE_GAMEPAD; + return DEVICE_CONFIG_TYPE_KEYBOARD; } // getType };