Skip to content

Commit 5617da6

Browse files
committed
remove reference to earth
1 parent bf5aa2a commit 5617da6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/3d/parallax_mapping.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,7 @@ fn setup(
322322
);
323323
}
324324

325-
/// Store handle of the earth normal to later modify its format
326-
/// in [`update_normal`].
325+
/// Store handle of the normal to later modify its format in [`update_normal`].
327326
#[derive(Resource)]
328327
struct Normal(Option<Handle<Image>>);
329328

0 commit comments

Comments
 (0)