Skip to content

Commit

Permalink
Fix Texture Decals shader recompilation (#15329)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebavan authored Jul 26, 2024
1 parent 7add80d commit 87a3157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dev/core/src/Meshes/meshUVSpaceRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ export class MeshUVSpaceRenderer {
uvEdgeBlending: false,
...options,
};

this._createDiffuseRTT();
}

/**
Expand Down

0 comments on commit 87a3157

Please sign in to comment.