We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2493cb0 commit d697a9fCopy full SHA for d697a9f
Sources/GateEngine/Resources/Geometry/Geometry.swift
@@ -190,7 +190,7 @@ extension ResourceManager {
190
191
extension RawGeometry {
192
@inlinable @_disfavoredOverload
193
- public init(_ path: GeoemetryPath, options: GeometryImporterOptions = .none) async throws(GateEngineError) {
+ public init(as path: GeoemetryPath, options: GeometryImporterOptions = .none) async throws(GateEngineError) {
194
try await self.init(path: path.value, options: options)
195
}
196
public init(path: String, options: GeometryImporterOptions = .none) async throws(GateEngineError) {
0 commit comments