OpenGL2: Typos.
This commit is contained in:
parent
871872689e
commit
0f6f2be155
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue