You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After pulling and building mater, ALLEGRO_FULLSCREENALLEGRO_FULLSCREEN_WINDOW is not scaling correctly since #1412. Probably related to a retina display?
Expected:
Actual:
Windowed mode appears to work fine:
[edit: replaced large filesize images]
[edit: replaced ALLEGRO_FULLSCREEN with ALLEGRO_FULLSCREEN_WINDOW in comment]
The text was updated successfully, but these errors were encountered:
Oh weird. That's kinda how it was broken before (when not drawing bitmaps/fonts at least). I thought my change only affected window resizing and left fullscreen untouched, I'll see if I can reproduce somehow.
Yeah, after I realized you meant ALLEGRO_FULLSCREEN_WINDOW and not ALLEGRO_FULLSCREEN I was able to reproduce!
Yes! Sorry for that oversight. I don't think I use ALLEGRO_FULLSCREEN anywhere anymore just because it could be destructive to the user's display/settings.
After pulling and building
mater
,ALLEGRO_FULLSCREEN
ALLEGRO_FULLSCREEN_WINDOW
is not scaling correctly since #1412. Probably related to a retina display?Expected:
Actual:
Windowed mode appears to work fine:
[edit: replaced large filesize images]
[edit: replaced
ALLEGRO_FULLSCREEN
withALLEGRO_FULLSCREEN_WINDOW
in comment]The text was updated successfully, but these errors were encountered: