1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00
osu-lazer/osu.Game/Skinning/Editor
kamp 65649e5a62 Prevent skin editor crash when scaling 0 area drawables
Some skinnable drawables can have 0 width or height in certain
cases, leading to division by 0 and a crash when the position is
updated.
2021-05-24 21:36:42 +02:00
..
SkinBlueprint.cs Change SkinBlueprint to use the origin point as the selection point 2021-05-18 18:33:06 +09:00
SkinBlueprintContainer.cs Rename ISkinnableComponent to ISkinnableDrawable 2021-05-13 17:06:00 +09:00
SkinComponentToolbox.cs Merge pull request #12842 from peppy/song-progress-skinnable 2021-05-17 20:15:01 +09:00
SkinEditor.cs Fix skin editor context menus not dismissing when clicking away 2021-05-20 19:51:07 +09:00
SkinEditorOverlay.cs Disable border display on skin editor to avoid crashes 2021-05-20 02:01:46 +09:00
SkinSelectionHandler.cs Prevent skin editor crash when scaling 0 area drawables 2021-05-24 21:36:42 +02:00