You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
735: Add unsafe when calling a wrapped exported fn r=toasteater a=setzer22
With godot_wrap_method being safe, the generated code to call an exported fn was not wrapped in unsafe anymore. This
makes exported `unsafe fn` fail to compile.
This commit reintroduces the unsafe scope only when calling the method.
Co-authored-by: Setzer22 <jsanchezfsms@gmail.com>
0 commit comments