mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Don't overwrite hictinting[MAXPALOOKUPS-1].f when resetting the fullscreen tint hack. This fixes a bug where detail maps lighten models.
git-svn-id: https://svn.eduke32.com/eduke32@1557 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
9f62cf5cb4
commit
4bd5f5de87
1 changed files with 3 additions and 1 deletions
|
@ -3964,7 +3964,9 @@ void G_DisplayRest(int32_t smoothratio)
|
|||
}
|
||||
else
|
||||
{
|
||||
*(uint32_t *)&hictinting[MAXPALOOKUPS-1].r = 0xFFFFFFFF;
|
||||
hictinting[MAXPALOOKUPS-1].r = 255;
|
||||
hictinting[MAXPALOOKUPS-1].g = 255;
|
||||
hictinting[MAXPALOOKUPS-1].b = 255;
|
||||
}
|
||||
}
|
||||
#endif /* USE_OPENGL && POLYMOST */
|
||||
|
|
Loading…
Reference in a new issue