Maicon Santana 1 天之前
committed by GitHub
父節點
當前提交
0ac9ed0f90
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      examples/core/core_monitor_change.c

+ 1
- 2
examples/core/core_monitor_change.c 查看文件

@ -22,7 +22,7 @@
// Monitor Details
typedef struct Monitor {
Vector2 position;
char *name;
">const char *name;
int width;
int height;
int physicalWidth;
@ -99,7 +99,6 @@ int main(void)
// Get currentMonitorIndex if manually moved
currentMonitorIndex = GetCurrentMonitor();
}
const Monitor currentMonitor = monitors[currentMonitorIndex];
float monitorScale = 0.6;

Loading…
取消
儲存