Remove some whitespace

This commit is contained in:
Magnus Norddahl 2016-12-22 05:20:53 +01:00
commit 5cfe0cc955
13 changed files with 13 additions and 13 deletions

View file

@ -58,7 +58,7 @@ CVAR(Bool, r_mipmap, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG);
// Level of detail texture bias
CVAR(Float, r_lod_bias, -1.5, 0); // To do: add CVAR_ARCHIVE | CVAR_GLOBALCONFIG when a good default has been decided
namespace swrenderer
namespace swrenderer
{
extern "C" short spanend[MAXHEIGHT];
extern float rw_light;