Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
BGM updates (big courtesy of Luseu)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeeynamo committed Apr 25, 2020
1 parent 3a597e4 commit 251c33b
Show file tree
Hide file tree
Showing 2 changed files with 410 additions and 3 deletions.
1 change: 1 addition & 0 deletions KHSave.SaveEditor.Ff7Remake/Data/BgmPreset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public static void LazyInitialize()
Id = x.Id,
Name = x.Name
})
.OrderBy(x => x.Id)
.ToList();
});
}
Expand Down
Loading

0 comments on commit 251c33b

Please sign in to comment.