Prepare for follow-on change

This commit is contained in:
Hanno Braun 2025-04-25 11:58:19 +02:00
parent 8ac60ff9a4
commit 733be79ea9

View File

@ -144,6 +144,7 @@ impl CurveGeometry for Line<3> {
let line = self;
let line = line.transform(&Transform::translation(offset));
Box::new(line)
}