add LightsDriver_LinuxSerial

This commit is contained in:
Chris Danford
2003-11-16 07:43:39 +00:00
parent 5cc4f6dc00
commit 5f95df0bae
7 changed files with 140 additions and 2 deletions
+3
View File
@@ -190,6 +190,9 @@ void LightsManager::Update( float fDeltaTime )
default:
ASSERT(0);
}
// apply new light values we set above
m_pDriver->Flush();
}
void LightsManager::SetLightMode( LightMode lm )