Преглед изворни кода

fix wrong name (#5552)

pull/5561/head
Thomas Anderson пре 2 недеља
committed by GitHub
родитељ
комит
8f1421ee5d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      examples/core/core_input_actions.c

+ 1
- 1
examples/core/core_input_actions.c Прегледај датотеку

@ -117,7 +117,7 @@ int main(void)
DrawRectangleV(position, size, releaseAction? BLUE : RED);
DrawText((actionSet == 0)? "Current input set: WASD (default)" : "Current input set: Cursor", 10, 10, 20, WHITE);
DrawText((actionSet == 0)? "Current input set: WASD (default)" : "Current input set: Arrow keys", 10, 10, 20, WHITE);
DrawText("Use TAB key to toggles Actions keyset", 10, 50, 20, GREEN);
EndDrawing();

Loading…
Откажи
Сачувај