mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-18 09:02:05 +08:00
MLO editing progress
This commit is contained in:
@@ -82,7 +82,7 @@ namespace CodeWalker.Project.Panels
|
||||
TreeNode tn = ProjectForm.ProjectExplorer?.FindMloRoomTreeNode(CurrentRoom);
|
||||
if (tn != null)
|
||||
{
|
||||
tn.Text = CurrentRoom.RoomName;
|
||||
tn.Text = CurrentRoom.Index.ToString() + ": " + CurrentRoom.RoomName;
|
||||
}
|
||||
|
||||
UpdateFormTitle();
|
||||
|
||||
Reference in New Issue
Block a user