mirror of
https://github.com/osukey/osukey.git
synced 2025-07-22 19:00:05 +09: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