Skip to content

Commit

Permalink
Fix inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Jun 13, 2024
1 parent 342ff33 commit 878914f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Visual/Audio/TestSceneAudioMixer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected override void Update()
}
}

private class AudioPlayingDrawable : CompositeDrawable
private partial class AudioPlayingDrawable : CompositeDrawable
{
[BackgroundDependencyLoader]
private void load(ISampleStore samples)
Expand Down

0 comments on commit 878914f

Please sign in to comment.