Skip to content

Commit 6347f8e

Browse files
committed
fix lint
1 parent 0361001 commit 6347f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/materials/pathtracing/PhysicalPathTracingMaterial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class PhysicalPathTracingMaterial extends MaterialBase {
6666
ATTR_TANGENT: 1,
6767
ATTR_UV: 2,
6868
ATTR_COLOR: 3,
69-
MATERIAL_PIXELS : MATERIAL_PIXELS,
69+
MATERIAL_PIXELS: MATERIAL_PIXELS,
7070
},
7171

7272
uniforms: {

0 commit comments

Comments
 (0)