Skip to content

Commit d4c1585

Browse files
lint fix
1 parent 141a4d6 commit d4c1585

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/nodes/accessors/BatchNode.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class BatchNode extends Node {
107107
textureLoad( matricesTexture, ivec2( x.add( 3 ), y ) )
108108
);
109109

110-
}
110+
}
111111

112112

113113
const colorsTexture = this.batchMesh._colorsTexture;

src/renderers/common/RenderObject.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ class RenderObject {
703703
}
704704

705705
if ( object.isBatchedMesh ) {
706-
706+
707707
if ( object._matricesTexture !== null ) {
708708

709709
cacheKey += object._matricesTexture.uuid + ',';

0 commit comments

Comments
 (0)