mm
This commit is contained in:
@@ -783,7 +783,6 @@ public class UIScrollView : MonoBehaviour
|
||||
{
|
||||
if (restrictWithinPanel && mPanel.clipping != UIDrawCall.Clipping.None)
|
||||
RestrictWithinBounds(dragEffect == DragEffect.None, canMoveHorizontally, canMoveVertically);
|
||||
|
||||
if (mDragStarted && onDragFinished != null) onDragFinished();
|
||||
if (!mShouldMove && onStoppedMoving != null)
|
||||
onStoppedMoving();
|
||||
|
||||
Reference in New Issue
Block a user