1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 11:47:45 +00:00

Address warning: "struct update has no effect, all the fields in the struct have already been specified"

This commit is contained in:
The Dax 2025-06-23 14:13:56 -04:00 committed by Joshua Goins
parent 32d978d82b
commit 75b34cb959

View file

@ -398,7 +398,6 @@ impl UserData for EffectsBuilder {
unk4: 0,
amount,
},
..Default::default()
});
Ok(())
});