generic updates

This commit is contained in:
AJ Kelly
2010-12-22 13:03:05 -06:00
parent 250e450662
commit 00cec051de
2 changed files with 0 additions and 18 deletions
-2
View File
@@ -338,8 +338,6 @@ void ActorFrame::UpdateInternal( float fDeltaTime )
pActor->Update(fDeltaTime);
}
// todo: update lighting? -aj
if( unlikely(!m_UpdateFunction.IsNil()) )
{
Lua *L = LUA->Get();