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 1673326 commit 98094e3Copy full SHA for 98094e3
crates/bevy_reflect/src/serde/ser/tuple_structs.rs
@@ -47,7 +47,7 @@ impl<P: ReflectSerializerProcessor> Serialize for TupleStructSerializer<'_, P> {
47
let field = self.tuple_struct.field(0).unwrap();
48
return serializer.serialize_newtype_struct(
49
tuple_struct_info.type_path_table().ident().unwrap(),
50
- &TypedReflectSerializer::new_internal(field, self.registry),
+ &TypedReflectSerializer::new_internal(field, self.registry, self.processor),
51
);
52
}
53
0 commit comments