mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 19:22:56 +08:00
Remove unnecessary double specification
This commit is contained in:
parent
65649e5a62
commit
b36b40cb34
@ -60,7 +60,7 @@ namespace osu.Game.Skinning.Editor
|
||||
var selectionRect = getSelectionQuad().AABBFloat;
|
||||
|
||||
// If the selection has no area we cannot scale it
|
||||
if (selectionRect.Area == 0.0)
|
||||
if (selectionRect.Area == 0)
|
||||
return false;
|
||||
|
||||
// copy to mutate, as we will need to compare to the original later on.
|
||||
|
Loading…
Reference in New Issue
Block a user