Skip to content

Commit

Permalink
fix(Studio): Copy-paste error with current speed insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Oct 22, 2024
1 parent 00f9253 commit 6f0e855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Studio/CelesteStudio/Editing/Editor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ void GenerateCommandMenu() {
MenuEntry.Editor_InsertCurrentTime.ToAction(OnInsertTime),
MenuEntry.Editor_RemoveAllTimestamps.ToAction(() => RemoveLinesMatching(TimestampRegex)),
MenuEntry.Editor_InsertCurrentPosition.ToAction(OnInsertPosition),
MenuEntry.Editor_InsertCurrentPosition.ToAction(OnInsertSpeed),
MenuEntry.Editor_InsertCurrentSpeed.ToAction(OnInsertSpeed),
MenuEntry.Editor_InsertModInfo.ToAction(OnInsertModInfo),
MenuEntry.Editor_InsertConsoleLoadCommand.ToAction(OnInsertConsoleLoadCommand),
MenuEntry.Editor_InsertSimpleConsoleLoadCommand.ToAction(OnInsertSimpleConsoleLoadCommand),
Expand Down

0 comments on commit 6f0e855

Please sign in to comment.