Skip to content

Commit

Permalink
RenderObject: Improve cache key names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Jan 10, 2025
1 parent dace5f1 commit b9d2a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/common/RenderObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ class RenderObject {

const targets = geometry.morphAttributes[ name ];

cacheKey += name + ',';
cacheKey += 'morph-' + name + ',';

for ( let i = 0, l = targets.length; i < l; i ++ ) {

Expand Down

0 comments on commit b9d2a19

Please sign in to comment.