mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: #77 crash when using lua:parseInterfaceFromString() (a big thanks to nimetu for the fix !)
This commit is contained in:
parent
0b400ae0c2
commit
c2045c928d
1 changed files with 4 additions and 4 deletions
|
@ -2051,10 +2051,10 @@ namespace NLGUI
|
|||
|
||||
|
||||
// Clear all structures used only for init
|
||||
//NLMISC::contReset (_ParentPositionsMap);
|
||||
//NLMISC::contReset (_ParentSizesMap);
|
||||
//NLMISC::contReset (_ParentSizesMaxMap);
|
||||
//NLMISC::contReset (_LuaClassAssociation);
|
||||
NLMISC::contReset (_ParentPositionsMap);
|
||||
NLMISC::contReset (_ParentSizesMap);
|
||||
NLMISC::contReset (_ParentSizesMaxMap);
|
||||
NLMISC::contReset (_LuaClassAssociation);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue