mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 15:23:14 +08:00
Fix VisualTest not using placeholder data
This commit is contained in:
parent
94c961ddb8
commit
8d434e88ee
@ -73,7 +73,8 @@ namespace osu.Game.Overlays
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(APIAccess api)
|
||||
{
|
||||
reloadUsers(api);
|
||||
if (Users == null)
|
||||
reloadUsers(api);
|
||||
}
|
||||
|
||||
private void reloadUsers(APIAccess api)
|
||||
|
Loading…
Reference in New Issue
Block a user