소스 검색

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;