Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klangner committed Jul 25, 2024
1 parent edbb174 commit 5661fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rooms/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! * Generate room with one of the generators ([SimpleRooms], [BspInterior], etc)
//! * Generate corridors to connect rooms e.g [NearestCorridors]
//! * Then we can use add start end exit point [crate::poi::AreaStartingPosition]
//! and [crate::poi::CullUnreachable]
//! and [crate::poi::CullUnreachable]
//!

pub mod bsp_interior;
Expand Down

0 comments on commit 5661fde

Please sign in to comment.