diff options
author | Indah Sylvia <ISylvox@yahoo.com> | 2017-09-19 15:51:00 +0700 |
---|---|---|
committer | Indah Sylvia <ISylvox@yahoo.com> | 2017-09-19 15:51:00 +0700 |
commit | 13b630eb0ca70cb17cadd59285d2d1146fdfb3dd (patch) | |
tree | 23cfec9810c3a5991baffee47c6d1fbc85e401e5 /editor/import/resource_importer_scene.h | |
parent | 3d06957f12ba5c04702f3db980af9c07142e7886 (diff) | |
download | redot-engine-13b630eb0ca70cb17cadd59285d2d1146fdfb3dd.tar.gz |
Fixed Typo: 'Seperate' to 'Separate'
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, |