Merge pull request #5084 from kariem2k/fix_cmake_sdl3
Removed verbose logging on SDL3.
This commit is contained in:
commit
b4ecfb648d
|
|
@ -1103,8 +1103,7 @@ Vector2 GetWindowScaleDPI(void)
|
||||||
TRACELOG(LOG_WARNING, "GetWindowScaleDPI() not implemented on target platform");
|
TRACELOG(LOG_WARNING, "GetWindowScaleDPI() not implemented on target platform");
|
||||||
#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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user