Merge remote-tracking branch 'refs/remotes/WagicProject/master'

This commit is contained in:
Anthony Calosa
2016-08-03 22:34:05 +08:00

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;
af->canBeInterrupted = false;
af->resolve();
SAFE_DELETE(af);