mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 12:22:56 +08:00
Add TODO reminder about ruleset reference transfer quirk
This commit is contained in:
parent
4df5f93152
commit
fd6b10656c
@ -38,6 +38,7 @@ namespace osu.Game.Rulesets
|
||||
var ruleset = Activator.CreateInstance(type) as Ruleset;
|
||||
|
||||
// overwrite the pre-populated RulesetInfo with a potentially database attached copy.
|
||||
// TODO: figure if we still want/need this after switching to realm.
|
||||
// ruleset.RulesetInfo = this;
|
||||
|
||||
return ruleset;
|
||||
|
Loading…
Reference in New Issue
Block a user