Skip to content

Commit

Permalink
Merge pull request #1640 from sraaphorst/ot/REL-3569
Browse files Browse the repository at this point in the history
REL-3569: Fixed issue with base morphing.
  • Loading branch information
Sebastian Raaphorst authored Mar 11, 2019
2 parents 3446c3e + 76de53b commit b087585
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ enum BasePositionType implements PositionType {
final GuideEnvironment genv = env.getGuideEnvironment();
final ImList<UserTarget> user = env.getUserTargets().append(new UserTarget(UserTarget.Type.other, baseTarget));

final TargetEnvironment newEnv = TargetEnvironment.create(baseTarget, genv, user);
final TargetEnvironment newEnv = TargetEnvironment.create(target, genv, user);
obsComp.setTargetEnvironment(newEnv);
}

Expand Down

0 comments on commit b087585

Please sign in to comment.