Julianiolo пре 4 година
committed by GitHub
родитељ
комит
cc4de1d1f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Прегледај датотеку

@ -3548,7 +3548,7 @@ static bool InitGraphicsDevice(int width, int height)
CORE.Window.display.width = mode->width;
CORE.Window.display.height = mode->height;
// Screen size security check
// Set screen width/height to the display width/height if they are 0
if (CORE.Window.screen.width == 0) CORE.Window.screen.width = CORE.Window.display.width;
if (CORE.Window.screen.height == 0) CORE.Window.screen.height = CORE.Window.display.height;
#endif // PLATFORM_DESKTOP

Loading…
Откажи
Сачувај