game: fix bug with loading key mapping to :

This commit is contained in:
Crypto City 2023-07-14 05:16:09 +00:00
parent ae2701b063
commit 2ae00019ae

View File

@ -72,7 +72,7 @@ Controls::Controls():
RegisterKey(INPUT_KEY_BACKQUOTE, KEY_BACKQUOTE, "`");
RegisterKey(INPUT_KEY_BACKSLASH, KEY_BACKSLASH, "\\");
RegisterKey(INPUT_KEY_COLON, KEY_COLON, ".");
RegisterKey(INPUT_KEY_COLON, KEY_COLON, ":");
RegisterKey(INPUT_KEY_SEMICOLON, KEY_SEMICOLON, ";");
RegisterKey(INPUT_KEY_COMMA, KEY_COMMA, ",");
RegisterKey(INPUT_KEY_LESS, KEY_LESS, "<");