Explorar o código

fix voxel diagram

Gregg Tavares %!s(int64=5) %!d(string=hai) anos
pai
achega
b4910892bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;