Skip to content

Commit

Permalink
Use existing transform instead of default
Browse files Browse the repository at this point in the history
  • Loading branch information
STREGA committed Nov 13, 2023
1 parent 2093248 commit f074303
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public final class Transform3Component: Component {
}
}

public var previousTransform: Transform3 = .default {
public lazy var previousTransform: Transform3 = transform {
didSet {
needsUpdate = true
}
Expand Down

0 comments on commit f074303

Please sign in to comment.