Prepare for follow-on change

This commit is contained in:
Hanno Braun 2025-04-07 12:59:46 +02:00
parent fee09bdfc1
commit e42a283475

View File

@ -21,6 +21,7 @@ impl TranslateExt for Curve {
// The other scenario is that curves end up being defined globally, in
// 3D space, which means we have to do the actual translation here.
// We'll see how it shakes out.
let Curve {} = self;
Curve {}
}