Skip to content

Commit

Permalink
fix typo in gizmo example
Browse files Browse the repository at this point in the history
`presetsColors` should be `presetColors`
  • Loading branch information
redbugz committed Jun 30, 2022
1 parent 7eef5f0 commit d0de62e
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 d0de62e

Please sign in to comment.