Skip to content

Commit 8f1421e

Browse files
authored
fix wrong name (#5552)
1 parent debbb90 commit 8f1421e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/core/core_input_actions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ int main(void)
117117

118118
DrawRectangleV(position, size, releaseAction? BLUE : RED);
119119

120-
DrawText((actionSet == 0)? "Current input set: WASD (default)" : "Current input set: Cursor", 10, 10, 20, WHITE);
120+
DrawText((actionSet == 0)? "Current input set: WASD (default)" : "Current input set: Arrow keys", 10, 10, 20, WHITE);
121121
DrawText("Use TAB key to toggles Actions keyset", 10, 50, 20, GREEN);
122122

123123
EndDrawing();

0 commit comments

Comments
 (0)