diff options
Diffstat (limited to 'src/sdf.rs')
-rw-r--r-- | src/sdf.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -30,7 +30,6 @@ impl GenRandomParams for SdfParams { fn inc_depth(self) -> Self { Self { max_depth: self.max_depth - 1, - ..self } } } |