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 9724fd1 commit 3a3a8c1Copy full SHA for 3a3a8c1
crates/bevy_api_gen/templates/footer.tera
@@ -36,7 +36,7 @@ impl ::bevy::app::Plugin for {{ "ScriptingPlugin" | prefix_cratename | convert_c
36
_{{- arg.ident -}}
37
{%- endif -%}
38
{%- if arg.proxy_ty is matching("Val.*")-%}
39
- .into()
+ .into_inner()
40
{%- endif -%},
41
{%- endfor -%}
42
).into();
0 commit comments