Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug when drawing to texture in fullscreen mode #36

Open
KoBeWi opened this issue Dec 12, 2014 · 2 comments
Open

Bug when drawing to texture in fullscreen mode #36

KoBeWi opened this issue Dec 12, 2014 · 2 comments

Comments

@KoBeWi
Copy link

KoBeWi commented Dec 12, 2014

As title says. For reproducing, try running texture_render_example in fullscreen. It glitches out. Happens in Ashton 0.1.4

@bil-bas
Copy link
Collaborator

bil-bas commented Jan 4, 2015

Finally got around to testing this. Happens with 0.1.6 on OSX and Ubuntu. Not sure what is going on there...

@KoBeWi
Copy link
Author

KoBeWi commented Jun 1, 2018

The issue is that on fullscreen, all drawing is scaled to fit the window, but the texture stays at the same size. It can be fixed by re-scaling all operations back yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants