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

@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "tr_local.h"
#define JSON_IMPLEMENTATION
#include "..\qcommon\json.h"
#include "../qcommon/json.h"
#undef JSON_IMPLEMENTATION
/*

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