Skip to content

Commit ada0ab1

Browse files
committed
Remove unused
1 parent e320baf commit ada0ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GateEngine/Resources/Geometry/Geometry.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public extension Geometry {
107107
/**
108108
- parameter immediate: true will block the thread while uploading to the GPU. For smaller geometry this may be faster.
109109
*/
110-
public convenience init(_ rawGeometry: RawGeometry, immediate: Bool = false) {
110+
public convenience init(_ rawGeometry: RawGeometry) {
111111
self.init(optionalRawGeometry: rawGeometry)
112112
}
113113

0 commit comments

Comments
 (0)