1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-24 19:17:20 +08:00

Add missing partial

This commit is contained in:
Dean Herbert 2024-12-20 17:06:47 +09:00
parent 5d17014698
commit 48ce68694a
No known key found for this signature in database

View File

@ -15,7 +15,7 @@ namespace osu.Game.Screens.Play
/// - If the user has mouse wheel disabled, only allow during break time or when holding alt. Also block scroll from parent handling.
/// - Otherwise always allow, as per <see cref="GlobalScrollAdjustsVolume"/> implementation.
/// </summary>
internal class GameplayScrollWheelHandling : GlobalScrollAdjustsVolume
internal partial class GameplayScrollWheelHandling : GlobalScrollAdjustsVolume
{
private Bindable<bool> mouseWheelDisabled = null!;