Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftwer1 authored Oct 17, 2024
1 parent c99209a commit 7578d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
//! // to be over the surface of a sphere of radius 2 units.
//! let init_pos = SetPositionSphereModifier {
//! center: module.lit(Vec3::ZERO),
//! radius: module.lit(0.05),
//! radius: module.lit(2.),
//! dimension: ShapeDimension::Surface,
//! };
//!
Expand Down

0 comments on commit 7578d22

Please sign in to comment.