Visual Designer:
* Was referencing VisualComponents.RoomDesigner.cs even though it has been deleted.
This commit is contained in:
parent
c6c2e4dc9c
commit
ef10e79a4c
3 changed files with 2 additions and 12 deletions
|
@ -140,7 +140,7 @@ namespace VisualDesigner
|
|||
page1.Text = currentScript.Name;
|
||||
if (currentScript.Name == "Room")
|
||||
{
|
||||
page1.Controls.Add(new VisualComponents.RoomDesigner((Room)currentScript.Instance));
|
||||
//page1.Controls.Add(new VisualComponents.RoomDesigner((Room)currentScript.Instance));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue