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
On the development branch, the window size is broken on my Windows 10 setup.
Creating a 100x100 window results in a 150x150px window with a 100x100 viewport:
I see that glutin now has LogicalSize and PhysicalSize types, and expects the LogicalSize variant in its WindowBuilder. src/graphics/window.rs and maybe also src/graphics/resize.rs probably needs to be made aware.
The text was updated successfully, but these errors were encountered:
On the development branch, the window size is broken on my Windows 10 setup.
Creating a 100x100 window results in a 150x150px window with a 100x100 viewport:
I see that glutin now has LogicalSize and PhysicalSize types, and expects the LogicalSize variant in its WindowBuilder.
src/graphics/window.rs
and maybe alsosrc/graphics/resize.rs
probably needs to be made aware.The text was updated successfully, but these errors were encountered: