fixes crash when using Tornado

This commit is contained in:
Vecais Dumais Laacis
2007-09-12 15:03:30 +00:00
parent 1e65dc956b
commit ce3f6ecc7a
+1
View File
@@ -40,6 +40,7 @@ ReceptorArrowRow::~ReceptorArrowRow()
void ReceptorArrowRow::Update( float fDeltaTime ) void ReceptorArrowRow::Update( float fDeltaTime )
{ {
ActorFrame::Update( fDeltaTime ); ActorFrame::Update( fDeltaTime );
ArrowEffects::Update();
for( unsigned c=0; c<m_ReceptorArrow.size(); c++ ) for( unsigned c=0; c<m_ReceptorArrow.size(); c++ )
{ {