Update core_input_gamepad.c

This commit is contained in:
Ray 2025-11-13 20:37:35 +01:00
parent d172a24bb0
commit 80b6b7fc2a

View File

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