Browse Source

fix voxel diagram

Gregg Tavares 5 years ago
parent
commit
b4910892bf
1 changed files with 1 additions and 1 deletions
  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',
     wire: '#DDD',
   };
   };
   const lightColors = {
   const lightColors = {
-    wore: '#000',
+    wire: '#000',
   };
   };
   const colors = isDarkMode ? darkColors : lightColors;
   const colors = isDarkMode ? darkColors : lightColors;