Merge pull request #5084 from kariem2k/fix_cmake_sdl3

Removed verbose logging on SDL3.
This commit is contained in:
Ray 2025-08-03 19:53:53 +02:00 committed by GitHub
commit b4ecfb648d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1104,7 +1104,6 @@ Vector2 GetWindowScaleDPI(void)
#else
scale.x = SDL_GetWindowDisplayScale(platform.window);
scale.y = scale.x;
TRACELOG(LOG_INFO, "WindowScaleDPI is %f", scale.x);
#endif
return scale;