mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 06:39:53 +08:00
Remove redundant parens
This commit is contained in:
@@ -124,7 +124,7 @@ namespace osu.Game.Skinning.Editor
|
||||
{
|
||||
var drawable = (Drawable)item;
|
||||
|
||||
var previousAnchor = (drawable.AnchorPosition);
|
||||
var previousAnchor = drawable.AnchorPosition;
|
||||
drawable.Anchor = anchor;
|
||||
drawable.Position -= drawable.AnchorPosition - previousAnchor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user