Skip to content

Commit

Permalink
Minor final tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
isadorasophia committed Dec 8, 2023
1 parent db51afc commit b53d0af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Murder.Editor/Data/EditorDataManager_Dialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ private void ProcessDialogs(string path, DateTime? lastModified)
GameLogger.Error("Found error while compiling latest dialogue changes!");
GameLogger.Error(errors);
}

if (scripts.Length != 0)
{
// Make sure we save the default localization, as it's likely we changed something along the way.
SaveAsset(GetDefaultLocalization());
}
}

/// <summary>
Expand Down

0 comments on commit b53d0af

Please sign in to comment.