Ver a proveniência

Update rcore.c

pull/3488/head
Ray há 1 ano
ascendente
cometimento
abdebc244d
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Ver ficheiro

@ -764,7 +764,7 @@ int GetRenderHeight(void)
int height = 0;
#if defined(__APPLE__)
Vector2 scale = GetWindowScaleDPI();
height = (int)((float)CORE.Window.render.width*scale.y);
height = (int)((float)CORE.Window.render.height*scale.y);
#else
height = CORE.Window.render.height;
#endif

Carregando…
Cancelar
Guardar