Skip to content

Commit

Permalink
fix: wave.js
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Aug 23, 2023
1 parent 7ad5341 commit 47d0f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wave.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export class Wave extends mix(WaveBase).with(
}

render() {
if (this.settings.labelsConfig.areSpritesUsed) this.adjustLabelsToCameraPosition();
this.adjustLabelsToCameraPosition();
this.renderer.render(this.scene, this.camera);
if (this.renderer2) this.renderer2.render(this.scene2, this.camera2);
}
Expand Down

0 comments on commit 47d0f89

Please sign in to comment.