Skip to content

Commit

Permalink
Update rcore_android.c
Browse files Browse the repository at this point in the history
  • Loading branch information
blueloveTH committed Apr 6, 2024
1 parent c4a42a3 commit 918c394
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platforms/rcore_android.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ Vector2 GetWindowPosition(void)
// Get window scale DPI factor for current monitor
Vector2 GetWindowScaleDPI(void)
{
TRACELOG(LOG_WARNING, "GetWindowScaleDPI() not implemented on target platform");
return (Vector2){ 1.0f, 1.0f };
}

Expand Down

0 comments on commit 918c394

Please sign in to comment.