mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-12 23:44:21 +00:00
OpenGL2: Typos.
This commit is contained in:
parent
871872689e
commit
0f6f2be155
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#include "tr_local.h"
|
#include "tr_local.h"
|
||||||
|
|
||||||
#define JSON_IMPLEMENTATION
|
#define JSON_IMPLEMENTATION
|
||||||
#include "..\qcommon\json.h"
|
#include "../qcommon/json.h"
|
||||||
#undef JSON_IMPLEMENTATION
|
#undef JSON_IMPLEMENTATION
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -336,7 +336,7 @@ void RE_BeginScene(const refdef_t *fd)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
#if defined(USE_OVERBRIGHT)
|
#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
|
#else
|
||||||
float scale = (1 << r_mapOverBrightBits->integer) / 255.0f;
|
float scale = (1 << r_mapOverBrightBits->integer) / 255.0f;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue