OpenGL2: Typos.

This commit is contained in:
SmileTheory 2016-02-12 18:34:31 -08:00
parent 871872689e
commit 0f6f2be155
2 changed files with 2 additions and 2 deletions

View file

@ -336,7 +336,7 @@ void RE_BeginScene(const refdef_t *fd)
else
{
#if defined(USE_OVERBRIGHT)
float scale = (1 << (r_mapOverBrightBits->integer - tr.overbrightBits)) / 255.0f;;
float scale = (1 << (r_mapOverBrightBits->integer - tr.overbrightBits)) / 255.0f;
#else
float scale = (1 << r_mapOverBrightBits->integer) / 255.0f;
#endif