migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
1.06k stars 65 forks source link

Make SceneTree macro path optional #402

Closed tishin closed 6 months ago

tishin commented 6 months ago

Fixes #401. Not sure how it managed to work previously, path wasn't optional and didn't have a default value in the original PR. Maybe Xcode/Swift updates broke it, I don't know.

migueldeicaza commented 6 months ago

Thank you Mikhail!