From 82e5a5f763a3646713abdd8402f1a843ce99555e Mon Sep 17 00:00:00 2001 From: core Date: Sun, 6 Jul 2025 15:31:38 -0400 Subject: [PATCH] feat: particle effect description 2 --- crates/unified/src/particle/mod.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/unified/src/particle/mod.rs b/crates/unified/src/particle/mod.rs index c4d3bdf613d8c34497a370c64eccf0e0ed71f578..cbf29b13411c1bdd2061de981af5ace6ff288bee 100644 --- a/crates/unified/src/particle/mod.rs +++ b/crates/unified/src/particle/mod.rs @@ -51,8 +51,4 @@ impl RandVec2 { pub fn sample(&self, rng: &mut impl Rng) -> Vec2 { Vec2::new(self.x.sample(rng), self.y.sample(rng)) } -} - -pub struct PColorCurve { - pub color: ColorCurve, } \ No newline at end of file