Update rcore_android.c
This commit is contained in:
parent
c4a42a3ad3
commit
918c394331
|
|
@ -491,7 +491,6 @@ Vector2 GetWindowPosition(void)
|
||||||
// Get window scale DPI factor for current monitor
|
// Get window scale DPI factor for current monitor
|
||||||
Vector2 GetWindowScaleDPI(void)
|
Vector2 GetWindowScaleDPI(void)
|
||||||
{
|
{
|
||||||
TRACELOG(LOG_WARNING, "GetWindowScaleDPI() not implemented on target platform");
|
|
||||||
return (Vector2){ 1.0f, 1.0f };
|
return (Vector2){ 1.0f, 1.0f };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user