EgtExecutor 1.6i5 :
- estensione nesting di rettangoli con anche funzioni Lua.
This commit is contained in:
@@ -94,6 +94,10 @@ LuaInstallEgtFunctions( LuaMgr& LuaMgr)
|
||||
LOG_ERROR( GetLogger(), "Error in LuaInstallMachMgr (" __FUNCTION__ ")")
|
||||
return false ;
|
||||
}
|
||||
if ( ! LuaInstallNesting( LuaMgr)) {
|
||||
LOG_ERROR( GetLogger(), "Error in LuaInstallNesting (" __FUNCTION__ ")")
|
||||
return false ;
|
||||
}
|
||||
if ( ! LuaInstallScene( LuaMgr)) {
|
||||
LOG_ERROR( GetLogger(), "Error in LuaInstallScene (" __FUNCTION__ ")")
|
||||
return false ;
|
||||
|
||||
Reference in New Issue
Block a user