mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
CON showview/showviewunbiased: silently clamp 'horiz' to HORIZ_MIN..HORIZ_MAX.
git-svn-id: https://svn.eduke32.com/eduke32@2575 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
34c0e85295
commit
015affaa27
1 changed files with 2 additions and 0 deletions
|
@ -2364,6 +2364,8 @@ nullquote:
|
|||
continue;
|
||||
}
|
||||
|
||||
horiz = clamp(horiz, HORIZ_MIN, HORIZ_MAX);
|
||||
|
||||
#ifdef USE_OPENGL
|
||||
oprojhacks = glprojectionhacks;
|
||||
glprojectionhacks = 0;
|
||||
|
|
Loading…
Reference in a new issue