Skip to content

Commit

Permalink
Merge pull request #18605 from redbugz/fix-control-color-typo
Browse files Browse the repository at this point in the history
fix typo in gizmo example
  • Loading branch information
jonniebigodes authored Jun 30, 2022
2 parents ea225bc + d0de62e commit 10a87ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
meshColors: {
control: {
type: 'color',
presetsColors: ['#ff0000', '#00ff00', '#0000ff'],
presetColors: ['#ff0000', '#00ff00', '#0000ff'],
},
},
revisionDate: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import { Gizmo } from './Gizmo';
meshColors: {
control: {
type: 'color',
presetsColors: ['#ff0000', '#00ff00', '#0000ff'],
presetColors: ['#ff0000', '#00ff00', '#0000ff'],
},
},
revisionDate: {
Expand Down

0 comments on commit 10a87ce

Please sign in to comment.