Browse Source

Update rcore_ios.c

pull/3880/head
blueloveTH 9 months ago
parent
commit
524181918e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/platforms/rcore_ios.c

+ 2
- 2
src/platforms/rcore_ios.c View File

@ -256,13 +256,13 @@ Vector2 GetMonitorPosition(int monitor)
// Get selected monitor width (currently used by monitor)
int GetMonitorWidth(int monitor)
{
return CORE.Window.screen.width;
return CORE.Window.display.width;
}
// Get selected monitor height (currently used by monitor)
int GetMonitorHeight(int monitor)
{
return CORE.Window.screen.height;
return CORE.Window.display.height;
}
// Get selected monitor physical width in millimetres

Loading…
Cancel
Save