Fixed: #77 crash when using lua:parseInterfaceFromString() (a big thanks to nimetu for the fix !)
This commit is contained in:
parent
dda2215ed8
commit
b46c316940
1 changed files with 4 additions and 4 deletions
|
@ -2051,10 +2051,10 @@ namespace NLGUI
|
||||||
|
|
||||||
|
|
||||||
// Clear all structures used only for init
|
// Clear all structures used only for init
|
||||||
//NLMISC::contReset (_ParentPositionsMap);
|
NLMISC::contReset (_ParentPositionsMap);
|
||||||
//NLMISC::contReset (_ParentSizesMap);
|
NLMISC::contReset (_ParentSizesMap);
|
||||||
//NLMISC::contReset (_ParentSizesMaxMap);
|
NLMISC::contReset (_ParentSizesMaxMap);
|
||||||
//NLMISC::contReset (_LuaClassAssociation);
|
NLMISC::contReset (_LuaClassAssociation);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue