Kaynağa Gözat

Update rcore_desktop_glfw.c

pull/5442/head
Ray 1 ay önce
ebeveyn
işleme
4176c518c7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/platforms/rcore_desktop_glfw.c

+ 1
- 1
src/platforms/rcore_desktop_glfw.c Dosyayı Görüntüle

@ -268,7 +268,7 @@ void ToggleBorderlessWindowed(void)
int monitorPosY = 0;
glfwGetMonitorPos(monitors[monitor], &monitorPosX, &monitorPosY);
CORE.Window.position.x = monitorPosX;
CORE.Window.position.x = monitorPosY;
CORE.Window.position.y = monitorPosY;
CORE.Window.screen.width = mode->width;
CORE.Window.screen.height = mode->height;

Yükleniyor…
İptal
Kaydet