sm-ssc v1.0 Public Beta 1 code changes

This commit is contained in:
AJ Kelly
2010-03-01 00:44:39 -06:00
parent 42baa6f3f9
commit 02c7037721
40 changed files with 481 additions and 494 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ void ActorFrame::UpdateInternal( float fDeltaTime )
pActor->Update(fDeltaTime);
}
// todo: update lighting?
// todo: update lighting? -aj
if( unlikely(!m_UpdateFunction.IsNil()) )
{