Ver a proveniência

Merge branch 'master' of https://github.com/raysan5/raylib

pull/1851/head
Ray há 4 anos
ascendente
cometimento
2cce5a24c9
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Ver ficheiro

@ -1560,7 +1560,7 @@ void SetWindowMinSize(int width, int height)
// TODO: Issues on HighDPI scaling
void SetWindowSize(int width, int height)
{
#if defined(PLATFORM_DESKTOP)
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
glfwSetWindowSize(CORE.Window.handle, width, height);
#endif
#if defined(PLATFORM_WEB)

Carregando…
Cancelar
Guardar