correction

This commit is contained in:
Anthony Calosa
2016-08-03 23:03:32 +08:00
parent 2400e6578b
commit be899159f3
3 changed files with 53 additions and 22 deletions

View File

@@ -1482,7 +1482,7 @@ int AACopier::resolve()
* AAFlip with forcedcopy to true *
*********************************************/
AAFlip * af = NEW AAFlip(game, game->mLayers->actionLayer()->getMaxId(), source, source, clone->data->name, false, true);
//af->oneShot;
af->oneShot = 1;
af->canBeInterrupted = false;
af->resolve();
SAFE_DELETE(af);