const
This commit is contained in:
@@ -297,7 +297,7 @@ void Actor::UpdateTweening( float fDeltaTime )
|
||||
}
|
||||
}
|
||||
|
||||
bool Actor::IsFirstUpdate()
|
||||
bool Actor::IsFirstUpdate() const
|
||||
{
|
||||
return m_bFirstUpdate;
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ public:
|
||||
virtual void DrawPrimitives() {}; // Derivitives should override
|
||||
virtual void EndDraw(); // pops transform from world matrix stack
|
||||
|
||||
bool IsFirstUpdate();
|
||||
bool IsFirstUpdate() const;
|
||||
virtual void Update( float fDeltaTime );
|
||||
void UpdateTweening( float fDeltaTime );
|
||||
void CopyTweening( const Actor &from );
|
||||
|
||||
Reference in New Issue
Block a user