fix comment

This commit is contained in:
Glenn Maynard
2005-10-24 08:58:22 +00:00
parent 35ad7eb289
commit d99f3457fa
+1 -1
View File
@@ -31,7 +31,7 @@ RageModelGeometry* ModelManager::LoadMilkshapeAscii( const CString& sFile, bool
std::map<CString, RageModelGeometry*>::iterator p = m_mapFileToModel.find(sFile);
if(p != m_mapFileToModel.end())
{
/* Found the texture. Just increase the refcount and return it. */
/* Found the geometry. Just increase the refcount and return it. */
RageModelGeometry* pModel = p->second;
pModel->m_iRefCount++;
return pModel;