Skip to content

Commit

Permalink
Fix movement not saving (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mothblocks authored Feb 17, 2022
1 parent f5221c7 commit fc009cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dmi/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ impl Icon {
signature.push_str(&format!("\trewind = {}\n", flag))
}
if let Some(flag) = icon_state.movement {
signature.push_str(&format!("\trewind = {}\n", flag))
signature.push_str(&format!("\tmovement = {}\n", flag))
}
};

Expand Down

0 comments on commit fc009cb

Please sign in to comment.