summaryrefslogtreecommitdiff
path: root/src/sdf.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdf.rs')
-rw-r--r--src/sdf.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sdf.rs b/src/sdf.rs
index 9a92905..e84c2f0 100644
--- a/src/sdf.rs
+++ b/src/sdf.rs
@@ -30,7 +30,6 @@ impl GenRandomParams for SdfParams {
fn inc_depth(self) -> Self {
Self {
max_depth: self.max_depth - 1,
- ..self
}
}
}