浏览代码

fix voxel diagram

Gregg Tavares 5 年之前
父节点
当前提交
b4910892bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      threejs/lessons/resources/threejs-voxel-geometry.js

+ 1 - 1
threejs/lessons/resources/threejs-voxel-geometry.js

@@ -10,7 +10,7 @@ import {threejsLessonUtils} from './threejs-lesson-utils.js';
     wire: '#DDD',
   };
   const lightColors = {
-    wore: '#000',
+    wire: '#000',
   };
   const colors = isDarkMode ? darkColors : lightColors;