We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The bottom of the status bar is truncated, it looks to be a calculation issue with the gl_projection values:
gl_projection
Quake-iOS/Quake-iOS/GameViewController.swift
Line 198 in a3b76c5
If the 1.49173284 value (left) is changed to 1.42790992 (right) the status bar is flush with the bottom:
1.49173284
1.42790992
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The bottom of the status bar is truncated, it looks to be a calculation issue with the
gl_projection
values:Quake-iOS/Quake-iOS/GameViewController.swift
Line 198 in a3b76c5
If the
1.49173284
value (left) is changed to1.42790992
(right) the status bar is flush with the bottom:The text was updated successfully, but these errors were encountered: