mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Merge remote-tracking branch 'upstream/master' into beatsnap-grid-integration
This commit is contained in:
@ -64,7 +64,8 @@ namespace osu.Game.Rulesets.Edit
|
||||
{
|
||||
drawableRulesetWrapper = new DrawableEditRulesetWrapper<TObject>(CreateDrawableRuleset(Ruleset, workingBeatmap, Array.Empty<Mod>()))
|
||||
{
|
||||
Clock = framedClock
|
||||
Clock = framedClock,
|
||||
ProcessCustomClock = false
|
||||
};
|
||||
}
|
||||
catch (Exception e)
|
||||
|
Reference in New Issue
Block a user