Ver a proveniência

Fix SetWindowSize() for PLATFORM_WEB (#4452)

pull/4453/head
Asdqwe há 2 semanas
committed by GitHub
ascendente
cometimento
b8c0842b2e
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com 0 adições e 3 eliminações
  1. +0
    -3
      src/platforms/rcore_web.c

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

@ -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
Guardar