fix crash on EntityClassFGD:: re realise()
This commit is contained in:
parent
c6c978a38f
commit
281096da58
|
|
@ -51,6 +51,7 @@ ListAttributeTypes g_listTypesFGD;
|
|||
|
||||
|
||||
void EntityClassFGD_clear(){
|
||||
g_EntityClassFGD_classes.clear();
|
||||
for ( BaseClasses::iterator i = g_EntityClassFGD_bases.begin(); i != g_EntityClassFGD_bases.end(); ++i )
|
||||
{
|
||||
( *i ).second->free( ( *i ).second );
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user