remove duplicate entry from keyMappingRGFW (#5242)

This commit is contained in:
JohnnyCena123
2025-10-08 16:04:29 +03:00
committed by GitHub
parent 9bf7699624
commit 6f584464b6

View File

@@ -135,7 +135,6 @@ static bool RGFW_disableCursor = false;
static const unsigned short keyMappingRGFW[] = {
[RGFW_keyNULL] = KEY_NULL,
[RGFW_return] = KEY_ENTER,
[RGFW_return] = KEY_ENTER,
[RGFW_apostrophe] = KEY_APOSTROPHE,
[RGFW_comma] = KEY_COMMA,
[RGFW_minus] = KEY_MINUS,