oops. missed a couple of things I needed to remove.

This commit is contained in:
Thad Ward
2003-08-27 12:34:47 +00:00
parent dabb06dc42
commit 34b602d688
-3
View File
@@ -29,8 +29,6 @@ Model::Model ()
m_bUseZBuffer = true;
m_pCurAnimation = NULL;
m_bRevertToDefaultAnimation = false;
m_fCurrAnimPlayRate = 1.0f;
m_fDefaultAnimPlayRate = 1.0f;
}
Model::~Model ()
@@ -686,7 +684,6 @@ void Model::DrawPrimitives()
void Model::SetDefaultAnimation( CString sAnimation )
{
m_fDefaultAnimPlayRate = PlayRate;
m_sDefaultAnimation = sAnimation;
}