mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Currently, scaling doesn't work correctly on macOS (see #5185). This commit works around this issue by disabling SCALE_FRAMEBUFFER on macOS when `FLAG_WINDOW_HIGHDPI` is unset.