Explorar el Código

remove extraneous 5

Garrett Johnson hace 5 años
padre
commit
77c1837f24
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/three/DebugTilesRenderer.js

+ 1 - 1
src/three/DebugTilesRenderer.js

@@ -206,7 +206,7 @@ export class DebugTilesRenderer extends TilesRenderer {
 							break;
 
 						}
-						case RELATIVE_DEPTH: {5
+						case RELATIVE_DEPTH: {
 
 							const val = tile.__depthFromRenderedParent / maxDepth;
 							c.material.color.setRGB( val, val, val );