Ver código fonte

Fix SetWindowSize() for PLATFORM_WEB (#4452)

pull/4453/head
Asdqwe 2 semanas atrás
committed by GitHub
pai
commit
b8c0842b2e
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: B5690EEEBB952194
1 arquivos alterados com 0 adições e 3 exclusões
  1. +0
    -3
      src/platforms/rcore_web.c

+ 0
- 3
src/platforms/rcore_web.c Ver arquivo

@ -667,9 +667,6 @@ void SetWindowMaxSize(int width, int height)
// Set window dimensions
void SetWindowSize(int width, int height)
{
CORE.Window.screen.width = width;
CORE.Window.Screen.height = height;
glfwSetWindowSize(platform.handle, width, height);
}

Carregando…
Cancelar
Salvar