EgtExecutor 1.8c5 :

- aggiunta a Exe e Lua CutSurfTm.
This commit is contained in:
Dario Sassi
2017-03-14 12:06:26 +00:00
parent c157f55f23
commit 1eee6202ad
5 changed files with 65 additions and 7 deletions
+1 -1
View File
@@ -1178,7 +1178,7 @@ MySurfFrMoveSimpleNoCollision( int nId1, int nId2, const Vector3d& vtDir, double
const ISurfFlatRegion* pSfr2L = pSfr2 ;
PtrOwner<ISurfFlatRegion> pTmp ;
if ( ! AreSameFrame( frSurf1, frSurf2)) {
pTmp.Set( CloneSurfFlatRegion( pSfr2)) ;
pTmp.Set( pSfr2->Clone()) ;
bOk = bOk && ! IsNull( pTmp) ;
bOk = bOk && pTmp->LocToLoc( frSurf2, frSurf1) ;
pSfr2L = pTmp ;