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:
parent
77db355809
commit
058ff8af77
@ -481,7 +481,7 @@ namespace osu.Game.Tests.Visual.Background
|
||||
}
|
||||
}
|
||||
|
||||
private class UpdateCounter : Drawable
|
||||
private partial class UpdateCounter : Drawable
|
||||
{
|
||||
public double StoryboardContentLastUpdated;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user