mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Newline at end of file
This commit is contained in:
parent
b98766bb4e
commit
e10dc83cd9
1 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ const registerNonConfigSettings = () => {
|
|||
};
|
||||
|
||||
/**
|
||||
* Triggers a reset and non-forced re-render on all given actors (if given)
|
||||
* Triggers a reset and non-forced re-render on all given actors (if given)
|
||||
* or all world actors and actors in all scenes to show immediate results for a changed setting.
|
||||
*/
|
||||
function resetActors(actors) {
|
||||
|
|
@ -148,4 +148,4 @@ function resetActors(actors) {
|
|||
actor.reset();
|
||||
actor.render();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue