Skip to content

Commit

Permalink
Obsolete comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Oct 16, 2024
1 parent a7caef1 commit ec11400
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions all-is-cubes/src/block/modifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ pub enum Modifier {
Move(Move),

/// The block has an inventory (e.g. a chest, a dropped item, a machine).
///
/// TODO(inventory): Define means for a block definition to specify the properties the inventory
/// should have (its size, at least), and how it is rendered into the block.
Inventory(inv::Inventory),
}

Expand Down Expand Up @@ -205,7 +202,7 @@ impl Modifier {
Modifier::Inventory(i) => {
// TODO(inventory): Should be possible for the contents of the inventory to be
// split off, depending on the block definition's desires and possibly on exactly
// what role this unspecialize operation is playingh.
// what role this unspecialize operation is playing.
if i.is_empty() {
ModifierUnspecialize::Pop
} else {
Expand Down

0 comments on commit ec11400

Please sign in to comment.