Explorar o código

Editor: clean up (#28183)

林炳权 hai 1 ano
pai
achega
084aa1f3b6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      editor/js/Viewport.js

+ 2 - 2
editor/js/Viewport.js

@@ -43,8 +43,8 @@ function Viewport( editor ) {
 
 	// 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();