mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Use IntAction instead of new
This commit is contained in:
@ -74,7 +74,7 @@ namespace osu.Game.Input
|
||||
Connection.Insert(new DatabasedKeyBinding
|
||||
{
|
||||
KeyCombination = insertable.KeyCombination,
|
||||
Action = (int)insertable.Action,
|
||||
Action = insertable.Action,
|
||||
RulesetID = rulesetId,
|
||||
Variant = variant
|
||||
});
|
||||
|
Reference in New Issue
Block a user