mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-19 13:45:51 +00:00
Update name of method argument
This commit is contained in:
parent
4c943be58d
commit
b333b6d1b3
@ -72,12 +72,9 @@ impl Layer<Geometry> {
|
|||||||
pub fn define_surface_2(
|
pub fn define_surface_2(
|
||||||
&mut self,
|
&mut self,
|
||||||
surface: Handle<Surface>,
|
surface: Handle<Surface>,
|
||||||
generator: SurfaceGeom,
|
geometry: SurfaceGeom,
|
||||||
) {
|
) {
|
||||||
self.process_command(DefineSurface2 {
|
self.process_command(DefineSurface2 { surface, geometry });
|
||||||
surface,
|
|
||||||
geometry: generator,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Define the geometry of the provided vertex
|
/// Define the geometry of the provided vertex
|
||||||
|
Loading…
Reference in New Issue
Block a user