Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
studioph committed Sep 17, 2024
1 parent aab8e41 commit 5e9bd88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ImmersiveMusicPatcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public static void RunPatch(IPatcherState<ISkyrimMod, ISkyrimModGetter> state)
.ForEach(worldspace => PatchWorldspace(worldspace, state));
}

// Have to have 2 separate but almost identical methods due to lack of aspect interface
private static void PatchWorldspace(IWorldspaceGetter worldspace, IPatcherState<ISkyrimMod, ISkyrimModGetter> state)
{
// Check if worldspace music type matches one in immersive music otherwise deep copy and set in patcher
Expand Down

0 comments on commit 5e9bd88

Please sign in to comment.