Quellcode durchsuchen

fix voxel diagram

Gregg Tavares vor 5 Jahren
Ursprung
Commit
b4910892bf
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;