Skip to content

Commit

Permalink
fix: ac updatable (oops) (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Apr 25, 2023
1 parent fb09d9d commit ebd2b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracker/ui/Updating.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}
const performUpdate = (perform: boolean) => {
if (perform) {
tracker.doUpdate(damage ?? "", $statuses);
tracker.doUpdate(damage ?? "", $statuses, ac);
} else {
tracker.clearUpdate();
}
Expand Down

0 comments on commit ebd2b5e

Please sign in to comment.