Skip to content

Commit 56e5d4d

Browse files
authored
Examples: Clean up. (#21432)
1 parent f6f403e commit 56e5d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webgl_marchingcubes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
},
182182

183183
"flat": {
184-
m: new THREE.MeshLambertMaterial( { color: 0x000000, flatShading: true } ),
184+
m: new THREE.MeshLambertMaterial( { color: 0x000000 } ),
185185
h: 0, s: 0, l: 1
186186
},
187187

0 commit comments

Comments
 (0)