Create manual linkback exit in the correct direction

This commit is contained in:
projectmoon 2024-01-11 22:31:57 +01:00
parent 0b1c7c9f05
commit 3d90917f65
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ pub fn make_scene_from_stub_coherent(content: &mut ContentContainer, connected_s
println!("WARNING: could not correct stub exit - creating manually");
// Could not find a connected exit at all. Create one manually
let exit = Exit::from_connected_scene(connected_scene, direction_from);
let exit = Exit::from_connected_scene(connected_scene, &reversed_direction);
new_scene.exits.push(exit);
}
}