1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 10:43:22 +08:00

Make test class partial

This commit is contained in:
Bartłomiej Dach 2025-01-14 09:22:56 +01:00
parent 77db355809
commit 058ff8af77
No known key found for this signature in database

View File

@ -481,7 +481,7 @@ namespace osu.Game.Tests.Visual.Background
}
}
private class UpdateCounter : Drawable
private partial class UpdateCounter : Drawable
{
public double StoryboardContentLastUpdated;