fix Linux light compile errors
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#include "GameInput.h" // for GameController
|
||||
#include "InputMapper.h"
|
||||
|
||||
#include "windows.h"
|
||||
|
||||
LightsManager* LIGHTSMAN = NULL; // global and accessable from anywhere in our program
|
||||
|
||||
@@ -198,4 +197,4 @@ void LightsManager::Update( float fDeltaTime )
|
||||
void LightsManager::SetLightMode( LightMode lm )
|
||||
{
|
||||
m_LightMode = lm;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user