mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Add TODO reminder about ruleset reference transfer quirk
This commit is contained in:
@ -38,6 +38,7 @@ namespace osu.Game.Rulesets
|
|||||||
var ruleset = Activator.CreateInstance(type) as Ruleset;
|
var ruleset = Activator.CreateInstance(type) as Ruleset;
|
||||||
|
|
||||||
// overwrite the pre-populated RulesetInfo with a potentially database attached copy.
|
// 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;
|
// ruleset.RulesetInfo = this;
|
||||||
|
|
||||||
return ruleset;
|
return ruleset;
|
||||||
|
Reference in New Issue
Block a user