MonoGame.Extended icon indicating copy to clipboard operation
MonoGame.Extended copied to clipboard

Stretched game on iOS with a BoxViewportAdapter

Open olivegamestudio opened this issue 3 years ago • 0 comments

Using the following code, similar to the examples:

var viewportAdapter = new BoxingViewportAdapter(window, device, 1920, 1080); _camera = new OrthographicCamera(viewportAdapter);

My game stretches on iOS (iPhone) and very much so on an iPad. On windows it is perfectly fine.

olivegamestudio avatar Aug 03 '22 19:08 olivegamestudio