Skip to content

Commit

Permalink
Fixed a bug that caused the side dungeon map to not draw initially
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBrian committed Aug 5, 2023
1 parent 68f92a0 commit 0a127ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ZeldaFullEditor/Gui/DungeonMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,8 @@ public unsafe void InitProject()
//InitDungeonViewer();

this.projectLoaded = true;

this.mapPicturebox.Refresh();
}

private void InitDungeonViewer()
Expand Down

0 comments on commit 0a127ef

Please # to comment.