Closed abcde89525 closed 1 month ago
Try to remove scaling in windows settings or program properties
Yes, I have referred to previous issue reports and also tried checking my scaling settings, but I'm using the default 100% without any changes (I’m use a desktop).
Actually, I suspect the issue lies with the version I compiled because it seems to include many new features that are not yet complete, resulting in numerous errors or warnings. I had to modify many parts in order to compile it successfully.
@Loara228 Hello, is there a way to control the render size manually? I've found that in order to get the overlay to display in the correct position, I have to change the windows11 display scale to about 130%.
Here you can specify your screen resolution
return (
Vec2 { x: 0., y: 0. },
Vec2 { x: 800f32, y: 600f32 }
);
Cool,thanks!
My screen is 1440p, which causes the overlay to display in the wrong position.