Skip to content

Commit

Permalink
remove redundant note
Browse files Browse the repository at this point in the history
  • Loading branch information
thombruce committed Nov 19, 2023
1 parent bf5f24d commit 14c355e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/world/astronomy/planetary_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ pub(crate) fn spawn_planets(
));
commands.spawn((
Name::new("Russell's Teapot"),
// TODO: Don't indicate unless very close.
Indicated {
color: Color::FUCHSIA,
distance: 5_000.0,
Expand Down

0 comments on commit 14c355e

Please sign in to comment.