BGE: dynamic loading patch commited. API and demo files available here: https://projects.blender.org/tracker/?func=detail&aid=19492&group_id=9&atid=127
This commit is contained in:
@@ -104,6 +104,10 @@ RAS_MeshObject::~RAS_MeshObject()
|
||||
|
||||
for(it=m_Polygons.begin(); it!=m_Polygons.end(); it++)
|
||||
delete (*it);
|
||||
|
||||
m_sharedvertex_map.clear();
|
||||
m_Polygons.clear();
|
||||
m_materials.clear();
|
||||
}
|
||||
|
||||
bool RAS_MeshObject::MeshModified()
|
||||
|
||||
Reference in New Issue
Block a user