Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Nov 29, 2023
1 parent 6200c73 commit ac23ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/core/hud.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ export class CoreHUD extends Application{
}

async _renderInner(data) {
const _prevState = this._hudState.get(this._target);
if(!_prevState) this._hudState.set(this._target, {});
const _prevState = this._hudState.get(this._actor);
if(!_prevState) this._hudState.set(this._actor, {});
const element = await super._renderInner(data);
const html = element[0];
this.components = {
Expand Down

0 comments on commit ac23ab5

Please sign in to comment.