We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffac972 + 8166354 commit 1696badCopy full SHA for 1696bad
osu.Framework/Graphics/Containers/ScrollContainer.cs
@@ -418,7 +418,7 @@ protected override bool OnScroll(ScrollEvent e)
418
/// Immediately offsets the current and target scroll position.
419
/// </summary>
420
/// <param name="offset">The scroll offset.</param>
421
- public void OffsetScrollPosition(float offset)
+ public virtual void OffsetScrollPosition(double offset)
422
{
423
Target += offset;
424
Current += offset;
0 commit comments