mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-16 04:05:52 +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(
|
||||
&mut self,
|
||||
surface: Handle<Surface>,
|
||||
generator: SurfaceGeom,
|
||||
geometry: SurfaceGeom,
|
||||
) {
|
||||
self.process_command(DefineSurface2 {
|
||||
surface,
|
||||
geometry: generator,
|
||||
});
|
||||
self.process_command(DefineSurface2 { surface, geometry });
|
||||
}
|
||||
|
||||
/// Define the geometry of the provided vertex
|
||||
|
Loading…
Reference in New Issue
Block a user