diff options
| author | Denis Pobedrya <[email protected]> | 2022-09-18 12:28:55 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-18 11:28:55 +0200 |
| commit | ff25402f689113da07f0077354f32073fc070c2e (patch) | |
| tree | 57f368c7d9554e91240070016efdcf55be294d94 /FAQ.md | |
| parent | 8e57c8ace389135d1f4b92ced0bfb79920ed359e (diff) | |
| download | raylib-ff25402f689113da07f0077354f32073fc070c2e.tar.gz raylib-ff25402f689113da07f0077354f32073fc070c2e.zip | |
Fix viewport scaling bug on android after context rebind (#2703)
On android after rebinding context (which happens when you minimize and
navigate back to an app, or when you turn a screen off and back on)
there's a bug that viewport has a wrong scale and part of it is off
screen.
The change fixes it on devices I tried, but the solution feels hacky to
me. However when I attempted instead to call SetupViewport() again which
feels like a more proper solution, it didn't fix it.
Diffstat (limited to 'FAQ.md')
0 files changed, 0 insertions, 0 deletions
