mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 12:28:29 +00:00
Prepare for follow-on change
This commit is contained in:
parent
37810814a7
commit
d0dc33db4d
@ -31,8 +31,10 @@ impl OpsLog {
|
||||
|
||||
pub fn triangle(
|
||||
&mut self,
|
||||
triangle: Triangle,
|
||||
triangle: impl Into<Triangle>,
|
||||
) -> OperationResult<(Triangle,)> {
|
||||
let triangle = triangle.into();
|
||||
|
||||
self.triangles.push(triangle);
|
||||
|
||||
OperationResult {
|
||||
|
Loading…
Reference in New Issue
Block a user