瀏覽代碼

Merge pull request #5084 from kariem2k/fix_cmake_sdl3

Removed verbose logging on SDL3.
pull/4810/merge
Ray 3 月之前
committed by GitHub
父節點
當前提交
b4ecfb648d
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      src/platforms/rcore_desktop_sdl.c

+ 1
- 2
src/platforms/rcore_desktop_sdl.c 查看文件

@ -1103,8 +1103,7 @@ Vector2 GetWindowScaleDPI(void)
TRACELOG(LOG_WARNING, "GetWindowScaleDPI() not implemented on target platform");
#else
scale.x = SDL_GetWindowDisplayScale(platform.window);
scale.y = scale.x;
TRACELOG(LOG_INFO, "WindowScaleDPI is %f", scale.x);
scale.y = scale.x;
#endif
return scale;

Loading…
取消
儲存