Browse Source

Update core_input_gamepad.c

pull/5353/head
Ray 2 months ago
parent
commit
80b6b7fc2a
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      examples/core/core_input_gamepad.c

+ 0
- 2
examples/core/core_input_gamepad.c View File

@ -196,7 +196,6 @@ int main(void)
}
else
{
// Draw background: generic
DrawRectangleRounded((Rectangle){ 175, 110, 460, 220}, 0.3f, 16, DARKGRAY);
@ -269,7 +268,6 @@ int main(void)
else
{
DrawText(TextFormat("GP%d: NOT DETECTED", gamepad), 10, 10, 10, GRAY);
DrawTexture(texXboxPad, 0, 0, LIGHTGRAY);
}

Loading…
Cancel
Save