diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-09-19 13:15:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-19 13:15:36 +0200 |
commit | 861f1d34909f3fe0fe5f797db14df75a1ec1a635 (patch) | |
tree | 5c91a02e4fabb3b0b47f1bebf7be24b72e97a22b /editor/import/resource_importer_scene.h | |
parent | 24c76f177e5702844cabef98f87ded9aa89a67e6 (diff) | |
parent | 13b630eb0ca70cb17cadd59285d2d1146fdfb3dd (diff) |
Merge pull request #11412 from ISylvox/seperate-to-separate
Fix Typo: 'Seperate' to 'Separate'
[ci skip]
Diffstat (limited to 'editor/import/resource_importer_scene.h')
-rw-r--r-- | editor/import/resource_importer_scene.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/import/resource_importer_scene.h b/editor/import/resource_importer_scene.h index 652977b98a..c3a66aa8b8 100644 --- a/editor/import/resource_importer_scene.h +++ b/editor/import/resource_importer_scene.h @@ -85,14 +85,14 @@ class ResourceImporterScene : public ResourceImporter { enum Presets { PRESET_SEPARATE_MATERIALS, PRESET_SEPARATE_MESHES, - PRESET_SEPERATE_ANIMATIONS, + PRESET_SEPARATE_ANIMATIONS, PRESET_SINGLE_SCENE, PRESET_SEPARATE_MESHES_AND_MATERIALS, PRESET_SEPARATE_MESHES_AND_ANIMATIONS, - PRESET_SEPERATE_MATERIALS_AND_ANIMATIONS, - PRESET_SEPERATE_MESHES_MATERIALS_AND_ANIMATIONS, + PRESET_SEPARATE_MATERIALS_AND_ANIMATIONS, + PRESET_SEPARATE_MESHES_MATERIALS_AND_ANIMATIONS, PRESET_MULTIPLE_SCENES, PRESET_MULTIPLE_SCENES_AND_MATERIALS, |