mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-28 09:49:18 -05:00
Merge pull request #5084 from kariem2k/fix_cmake_sdl3
Removed verbose logging on SDL3.
This commit is contained in:
@ -1104,7 +1104,6 @@ Vector2 GetWindowScaleDPI(void)
|
|||||||
#else
|
#else
|
||||||
scale.x = SDL_GetWindowDisplayScale(platform.window);
|
scale.x = SDL_GetWindowDisplayScale(platform.window);
|
||||||
scale.y = scale.x;
|
scale.y = scale.x;
|
||||||
TRACELOG(LOG_INFO, "WindowScaleDPI is %f", scale.x);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return scale;
|
return scale;
|
||||||
|
|||||||
Reference in New Issue
Block a user