Skip to content

Commit

Permalink
Update crates/bevy_reflect/bevy_reflect_derive/src/impls/structs.rs
Browse files Browse the repository at this point in the history
Co-authored-by: radiish <cb.setho@gmail.com>
  • Loading branch information
MrGVSV and soqb committed Apr 25, 2023
1 parent f7b9665 commit 78b8430
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ pub(crate) fn impl_struct(reflect_struct: &ReflectStruct) -> TokenStream {

#[inline]
fn get_represented_type_info(&self) -> #FQOption<&'static #bevy_reflect_path::TypeInfo> {
#FQOption::Some(<Self as #bevy_reflect_path::Typed>::type_info())
#FQOption::Some(<Self as #bevy_reflect_path::Typed>::type_info())
}

#[inline]
Expand Down

0 comments on commit 78b8430

Please sign in to comment.