Skip to content

Commit

Permalink
EditorPage's CurrentMap is public
Browse files Browse the repository at this point in the history
  • Loading branch information
iconstudio committed Oct 6, 2023
1 parent cb03fce commit e508487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/TestEditor/Infrastructures/EditorPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public sealed partial class EditorPage : Page
private ToolWindow paletteWindow;
private bool ignoreNcActivate;

private Map CurrentMap { get; set; }
public Map CurrentMap { get; set; }

public EditorPage()
{
Expand Down

0 comments on commit e508487

Please sign in to comment.