Merge branch 'master' into fix-quick-delete-crash

This commit is contained in:
Dean Herbert
2020-11-16 13:54:54 +09:00
committed by GitHub
16 changed files with 81 additions and 27 deletions

View File

@ -456,6 +456,9 @@ namespace osu.Game.Screens.Edit.Compose.Components
if (movementBlueprint == null)
return false;
if (snapProvider == null)
return true;
Debug.Assert(movementBlueprintOriginalPosition != null);
HitObject draggedObject = movementBlueprint.HitObject;