Skip to content

Commit

Permalink
Editor: clean up (#28183)
Browse files Browse the repository at this point in the history
  • Loading branch information
linbingquan authored Apr 22, 2024
1 parent 09f9fff commit 084aa1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/js/Viewport.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 084aa1f

Please sign in to comment.