EarlyAbortDraw() const

This commit is contained in:
Glenn Maynard
2005-08-25 00:57:53 +00:00
parent a774629f4e
commit 1c81bcc5fc
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ bool Model::LoadMilkshapeAsciiBones( CString sAniName, CString sPath )
return true;
}
bool Model::EarlyAbortDraw()
bool Model::EarlyAbortDraw() const
{
return m_pGeometry == NULL || m_pGeometry->m_Meshes.empty();
}