Browse Source

Editor: clean up (#28183)

林炳权 1 year ago
parent
commit
084aa1f3b6
1 changed files with 2 additions and 2 deletions
  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();