Fix spelling of glTF (#3123)

This commit is contained in:
David Harvey-Macaulay
2024-07-28 07:59:38 +01:00
committed by GitHub
parent fb7b2be427
commit 49fce9ed57
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
defaultValue: 'gltf',
required: true,
options: [
{ name: 'gLTF', isCurrent: true, value: 'gltf' },
{ name: 'glTF', isCurrent: true, value: 'gltf' },
{ name: 'OBJ', isCurrent: false, value: 'obj' },
{ name: 'STL', isCurrent: false, value: 'stl' },
{ name: 'STEP', isCurrent: false, value: 'step' },