EgtExecutor :

- corretto registrazione chiamata funzione EgtExplodeSurf.
This commit is contained in:
Dario Sassi
2017-03-17 08:27:44 +00:00
parent 1eee6202ad
commit d84e34394e
+1 -1
View File
@@ -154,7 +154,7 @@ ExeExplodeSurface( int nId, int* pnCount)
ExeSetModified() ;
// se richiesto, salvo il comando Lua equivalente
if ( IsCmdLog()) {
string sLua = "EgtExplodeSurface(" + ToString( nId) + ")" +
string sLua = "EgtExplodeSurf(" + ToString( nId) + ")" +
" -- Id1=" + ToString( nFirstId) + ",Nbr=" + ToString( nCount) ;
LOG_INFO( GetCmdLogger(), sLua.c_str()) ;
}