Removed the smnew macro and the call to _CrtSetDbgFlag() to get ready for
merging with the main branch.
This commit is contained in:
@@ -36,7 +36,7 @@ RageModelGeometry* ModelManager::LoadMilkshapeAscii( const RString& sFile, bool
|
||||
return pGeom;
|
||||
}
|
||||
|
||||
RageModelGeometry* pGeom = smnew RageModelGeometry;
|
||||
RageModelGeometry* pGeom = new RageModelGeometry;
|
||||
pGeom->LoadMilkshapeAscii( sFile, bNeedNormals );
|
||||
|
||||
m_mapFileToGeometry[sFile] = pGeom;
|
||||
|
||||
Reference in New Issue
Block a user