Skip to content

Commit

Permalink
Don't apply sprite effects to their text bubbles
Browse files Browse the repository at this point in the history
  • Loading branch information
valadaptive committed Jun 2, 2024
1 parent a19037b commit 78cf1cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export default class Renderer {
textBubble.direction,
this.textWrapper,
);
this.setShader(this.spriteShader);

mat3.fromTranslation(__textBubbleMatrix, bubblePosition);
mat3.scale(
Expand Down

0 comments on commit 78cf1cb

Please sign in to comment.