diff --git a/editor/js/Viewport.js b/editor/js/Viewport.js index f2593b7771d300..78ab88f7da8713 100644 --- a/editor/js/Viewport.js +++ b/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();