mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[godot] Fix missing return statement in SpineAtlasResource::load_from_atlas_file
This commit is contained in:
parent
dbf0db5c10
commit
e4999922b6
@ -218,7 +218,7 @@ String SpineAtlasResource::get_source_path() {
|
||||
}
|
||||
|
||||
Error SpineAtlasResource::load_from_atlas_file(const String &path) {
|
||||
load_from_atlas_file_internal(path, false);
|
||||
return load_from_atlas_file_internal(path, false);
|
||||
}
|
||||
|
||||
Error SpineAtlasResource::load_from_atlas_file_internal(const String &path, bool is_importing) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user