Explorar o código

remove extraneous 5

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