EgtInterface 1.6v4 :
- aggiunta interfaccia per EgtInvertVector - EgtInvertCurve ora accetta un array di Id - corretto parametro di ritorno di EgtDeleteContext da int a BOOL.
This commit is contained in:
@@ -212,9 +212,8 @@ __stdcall EgtCreateCurveCompo( int nParentId, int nNumId, const int nIds[], BOOL
|
||||
{
|
||||
INTVECTOR vIds ;
|
||||
vIds.reserve( nNumId) ;
|
||||
for ( int i = 0 ; i < nNumId ; ++i) {
|
||||
for ( int i = 0 ; i < nNumId ; ++i)
|
||||
vIds.push_back( nIds[i]) ;
|
||||
}
|
||||
return ExeCreateCurveCompo( nParentId, vIds, ( bErase != FALSE)) ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user