Skip to content

Commit

Permalink
Fix new character for editor asset.
Browse files Browse the repository at this point in the history
  • Loading branch information
isadorasophia committed Jan 20, 2025
1 parent 9f2a312 commit fc2a8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Murder/Assets/Dialogs/CharacterAsset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void SetSituation(Situation situation)
return;
}

_allSituations.SetItem(index, situation);
_allSituations = _allSituations.SetItem(index, situation);
FileChanged = true;
}

Expand Down

0 comments on commit fc2a8c8

Please sign in to comment.