diff --git a/spine-godot/spine_godot/SpineEditorPlugin.cpp b/spine-godot/spine_godot/SpineEditorPlugin.cpp index bed5e1ad7..47f051706 100644 --- a/spine-godot/spine_godot/SpineEditorPlugin.cpp +++ b/spine-godot/spine_godot/SpineEditorPlugin.cpp @@ -75,7 +75,7 @@ Error SpineAtlasResourceImportPlugin::import(const String &source_file, const St #ifdef SPINE_GODOT_EXTENSION TypedArray SpineAtlasResourceImportPlugin::_get_import_options(const String &p_path, int32_t p_preset_index) const { TypedArray options; - + Dictionary normal_map_dictionary; normal_map_dictionary["name"] = "normal_map_prefix"; normal_map_dictionary["type"] = Variant::STRING; @@ -89,7 +89,7 @@ TypedArray SpineAtlasResourceImportPlugin::_get_import_options(const specular_map_dictionary["hint_string"] = "String"; specular_map_dictionary["default_value"] = String("s"); options.push_back(specular_map_dictionary); - + return options; } #else