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
When I resize the window on the minimal-winit example on macOS Catalina I've got a black border around the content. I have the same problem with the other examples.
The text was updated successfully, but these errors were encountered:
This is intended. Pixels will only scale the game when it can scale to a perfect integer, e.g. 2x, 3x, 4x, etc the initial size. Otherwise, the black borders are added.
When I resize the window on the minimal-winit example on macOS Catalina I've got a black border around the content. I have the same problem with the other examples.
The text was updated successfully, but these errors were encountered: