diff --git a/examples/core/core_input_gamepad_info.c b/examples/core/core_input_gamepad_info.c index 77a4a5da1..f3ac49fc9 100644 --- a/examples/core/core_input_gamepad_info.c +++ b/examples/core/core_input_gamepad_info.c @@ -62,6 +62,8 @@ int main(void) } } + DrawFPS(GetScreenWidth() - 100, 100); + EndDrawing(); }