Fixed copy&paste error.

This commit is contained in:
hiker 2014-10-27 16:56:27 +11:00
parent a14423ac2a
commit 3235633bbc

View File

@ -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
};