Skip to content

Commit

Permalink
test stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Aug 20, 2024
1 parent f3017d0 commit d1cf939
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> Dictionary
> (P) - A premium version of that animation is available.
## [Unreleased]
## [0.7.3] - Unreleased

### Changed

- Removed update delay from World Animation settings.

## [0.7.2] - 2024-08-20

Expand Down
2 changes: 1 addition & 1 deletion src/view/_components/AnimationEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if ($doc.id === 'settings') {
flag.subscribe((v) => {
foundry.utils.debounce(() => game.settings.set('pf2e-graphics', 'worldAnimations', v), 500)()
game.settings.set('pf2e-graphics', 'worldAnimations', v)
})
flag.subscribe((v) => {
Expand Down

0 comments on commit d1cf939

Please sign in to comment.