Skip to content

Commit fc009cb

Browse files
authored
Fix movement not saving (#3)
1 parent f5221c7 commit fc009cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dmi/icon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ impl Icon {
310310
signature.push_str(&format!("\trewind = {}\n", flag))
311311
}
312312
if let Some(flag) = icon_state.movement {
313-
signature.push_str(&format!("\trewind = {}\n", flag))
313+
signature.push_str(&format!("\tmovement = {}\n", flag))
314314
}
315315
};
316316

0 commit comments

Comments
 (0)