mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-25 17:46:08 +00:00
Remove obsolete comment
This commit is contained in:
parent
8d0739f0d5
commit
23af296ce9
@ -13,9 +13,6 @@ impl TransformObject for Handle<Curve> {
|
||||
core: &mut Core,
|
||||
cache: &mut TransformCache,
|
||||
) -> Self {
|
||||
// There's nothing to actually transform here, as `Curve` holds no data.
|
||||
// We still need this implementation though, as a new `Curve` object
|
||||
// must be created to represent the new and transformed curve.
|
||||
cache
|
||||
.entry(self)
|
||||
.or_insert_with(|| {
|
||||
|
Loading…
Reference in New Issue
Block a user