Ver Fonte

Editor: clean up (#28183)

林炳权 há 2 anos atrás
pai
commit
084aa1f3b6
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      editor/js/Viewport.js

+ 2 - 2
editor/js/Viewport.js

@@ -43,8 +43,8 @@ function Viewport( editor ) {
 
 
 	// helpers
 	// helpers
 
 
-	const GRID_COLORS_LIGHT = [ 0x999999, 0x777777 ] 
-	const GRID_COLORS_DARK =  [ 0x555555, 0x888888 ];
+	const GRID_COLORS_LIGHT = [ 0x999999, 0x777777 ];
+	const GRID_COLORS_DARK = [ 0x555555, 0x888888 ];
 
 
 	const grid = new THREE.Group();
 	const grid = new THREE.Group();
 
 

粤ICP备19079148号