Skip to content

Commit

Permalink
Editor: mark room as modified when a mask was saved externally
Browse files Browse the repository at this point in the history
This complements 8da3709
  • Loading branch information
ivan-mogilko committed Dec 22, 2023
1 parent 1d80d14 commit ad4cee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Editor/AGS.Editor/Components/RoomsComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1997,6 +1997,7 @@ private void RefreshMask(RoomAreaMaskType mask)
{
SetMaskDirect(mask, LoadMask(mask), false);
((RoomSettingsEditor)_roomSettings.Control).InvalidateDrawingBuffer();
_loadedRoom.Modified = true;
}

/// <summary>
Expand Down

0 comments on commit ad4cee7

Please sign in to comment.