diff options
| author | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-03-29 15:00:43 +0800 |
|---|---|---|
| committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-03-29 15:00:43 +0800 |
| commit | c17d9f05f822b344b9b48be21b2091a955ad2e06 (patch) | |
| tree | 361d22e0574234484ef82903e410af629f395fe9 /editor/editor_property_name_processor.cpp | |
| parent | 29a946ee91b7a0ebfee35504436d177630c0924f (diff) | |
| download | redot-engine-c17d9f05f822b344b9b48be21b2091a955ad2e06.tar.gz | |
Simplify FBX importer project settings registering
Diffstat (limited to 'editor/editor_property_name_processor.cpp')
| -rw-r--r-- | editor/editor_property_name_processor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_property_name_processor.cpp b/editor/editor_property_name_processor.cpp index d89247b429..af4ae3e576 100644 --- a/editor/editor_property_name_processor.cpp +++ b/editor/editor_property_name_processor.cpp @@ -125,6 +125,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() { capitalize_string_remaps["dtls"] = "DTLS"; capitalize_string_remaps["etc"] = "ETC"; capitalize_string_remaps["etc2"] = "ETC2"; + capitalize_string_remaps["fbx"] = "FBX"; capitalize_string_remaps["fft"] = "FFT"; capitalize_string_remaps["fov"] = "FOV"; capitalize_string_remaps["fps"] = "FPS"; |
