mirror of
https://github.com/ppy/osu.git
synced 2025-02-28 22:42:56 +08:00
Replace 'skin' in comments with 'instance'
This commit is contained in:
parent
c225f8f84c
commit
685bdd522e
@ -135,7 +135,7 @@ namespace osu.Game.Database
|
||||
where T : RealmObjectBase
|
||||
{
|
||||
// Subscribing to non-managed instances doesn't work.
|
||||
// In this usage, the skin may be non-managed in tests.
|
||||
// In this usage, the instance may be non-managed in tests.
|
||||
if (!(list is IRealmCollection<T> realmCollection))
|
||||
return null;
|
||||
|
||||
@ -162,7 +162,7 @@ namespace osu.Game.Database
|
||||
where T : RealmObjectBase
|
||||
{
|
||||
// Subscribing to non-managed instances doesn't work.
|
||||
// In this usage, the skin may be non-managed in tests.
|
||||
// In this usage, the instance may be non-managed in tests.
|
||||
if (!(list is IRealmCollection<T> realmCollection))
|
||||
return null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user