Another loop, another white spaced file.
This commit is contained in:
@@ -89,8 +89,8 @@ static void GetUsedGameInputs( vector<GameInput> &vGameInputsOut )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
FOREACHS_CONST( GameInput, vGIs, gi )
|
for (GameInput const &input : vGIs)
|
||||||
vGameInputsOut.push_back( *gi );
|
vGameInputsOut.push_back( input );
|
||||||
}
|
}
|
||||||
|
|
||||||
LightsManager* LIGHTSMAN = NULL; // global and accessable from anywhere in our program
|
LightsManager* LIGHTSMAN = NULL; // global and accessable from anywhere in our program
|
||||||
|
|||||||
Reference in New Issue
Block a user