Skip to content

Commit

Permalink
Update BannerPositionFactory.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
XangelMusic authored Apr 28, 2024
1 parent 60e5954 commit dc30bb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SoundSwitch/Framework/Banner/BannerPositionFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ public class BannerPositionFactory : AbstractFactory<BannerPositionEnum, IPositi
new PositionTopLeft(),
new PositionTopCenter(),
new PositionTopRight(),
new PositionCenter(),
new PositionBottomLeft(),
new PositionBottomCenter(),
new PositionBottomRight()
new PositionBottomRight(),
new PositionCenter()
};

public BannerPositionFactory() : base(Positions)
{
}
}
}
}

0 comments on commit dc30bb1

Please sign in to comment.