Skip to content

Commit

Permalink
nit array change.
Browse files Browse the repository at this point in the history
  • Loading branch information
isadorasophia committed Oct 16, 2024
1 parent 89011fb commit 7981ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Murder/Assets/Editor/EditorSettingsAsset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class EditorSettingsAsset : GameAsset
public int Monitor = 0;

[HideInEditor]
public Guid[] OpenedTabs = new Guid[0];
public Guid[] OpenedTabs = [];

/// <summary>
/// The asset currently being shown in the editor scene.
Expand Down

0 comments on commit 7981ccd

Please sign in to comment.