DEADSOFTWARE

gl: fix prev key name
authorDeaDDooMER <deaddoomer@deadsoftware.ru>
Tue, 14 Feb 2023 13:09:58 +0000 (16:09 +0300)
committerDeaDDooMER <deaddoomer@deadsoftware.ru>
Fri, 9 Jun 2023 09:13:18 +0000 (12:13 +0300)
src/game/renders/opengl/r_touch.pas

index 98ddf3cea9a8f821c462422c267a54f9f9bc7dd8..4f0fb8227d6b2b02461a2b616feae10dd1b909dd 100644 (file)
@@ -65,7 +65,7 @@ implementation
       VK_CONSOLE: result := 'CON';
       VK_STATUS:  result := 'STAT';
       VK_TEAM:    result := 'TEAM';
-      VK_PREV:    result := '<PREW';
+      VK_PREV:    result := '<PREV';
       VK_NEXT:    result := 'NEXT>';
       VK_LSTRAFE: result := '<';
       VK_RSTRAFE: result := '>';