orient entrance to reflect previous exit orientation
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Escape_Room_Engine.Engine.Scripts
|
||||
|
||||
// connect the space to its passage
|
||||
entrance.ConnectTo(new DoorModule(this,
|
||||
((DoorModuleDescription)entrance.fromOut._description).connectedDoorDescription));
|
||||
((DoorModuleDescription)entrance.fromOut.description).connectedDoorDescription));
|
||||
AddModule(entrance.toIn);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user