From d99f3457fa04e88acdb4aa0812f427cf060587f3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 24 Oct 2005 08:58:22 +0000 Subject: [PATCH] fix comment --- stepmania/src/ModelManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ModelManager.cpp b/stepmania/src/ModelManager.cpp index 530e07875f..ba408bbcfa 100644 --- a/stepmania/src/ModelManager.cpp +++ b/stepmania/src/ModelManager.cpp @@ -31,7 +31,7 @@ RageModelGeometry* ModelManager::LoadMilkshapeAscii( const CString& sFile, bool std::map::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;