Another loop, another white spaced file.

This commit is contained in:
Jason Felds
2013-04-27 13:34:03 -04:00
parent f66883aa1b
commit 105d603265
+2 -2
View File
@@ -89,8 +89,8 @@ static void GetUsedGameInputs( vector<GameInput> &vGameInputsOut )
}
}
FOREACHS_CONST( GameInput, vGIs, gi )
vGameInputsOut.push_back( *gi );
for (GameInput const &input : vGIs)
vGameInputsOut.push_back( input );
}
LightsManager* LIGHTSMAN = NULL; // global and accessable from anywhere in our program