Skip to content

Commit

Permalink
make sure right error message used
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Dec 10, 2024
1 parent d99db62 commit 1b8be4a
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defold-spine/commonsrc/spine_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ namespace dmSpine
{
loader->error1 = strdup(skeleton_json->error ? skeleton_json->error : "unknown error");
spSkeletonJson_dispose(skeleton_json);
dmLogError("Failed to read spine skeleton for %s: %s", path, skeleton_json->error);
dmLogError("Failed to read spine skeleton for %s: %s", path, loader->error1);
return 0;
}
spSkeletonJson_dispose(skeleton_json);
Expand Down
Binary file modified defold-spine/lib/arm64-android/libspinec.a
Binary file not shown.
Binary file modified defold-spine/lib/arm64-ios/libspinec.a
Binary file not shown.
Binary file modified defold-spine/lib/arm64-osx/libspinec.a
Binary file not shown.
Binary file modified defold-spine/lib/armv7-android/libspinec.a
Binary file not shown.
Binary file modified defold-spine/lib/js-web/libspinec.a
Binary file not shown.
Binary file modified defold-spine/lib/wasm-web/libspinec.a
Binary file not shown.
Binary file modified defold-spine/lib/x86-win32/spinec.lib
Binary file not shown.
Binary file modified defold-spine/lib/x86_64-ios/libspinec.a
Binary file not shown.
Binary file modified defold-spine/lib/x86_64-linux/libspinec.a
Binary file not shown.
Binary file modified defold-spine/lib/x86_64-osx/libspinec.a
Binary file not shown.
Binary file modified defold-spine/lib/x86_64-win32/spinec.lib
Binary file not shown.
Binary file modified defold-spine/plugins/lib/arm64-osx/libSpineExt.dylib
Binary file not shown.
Binary file modified defold-spine/plugins/lib/x86_64-linux/libSpineExt.so
Binary file not shown.
Binary file modified defold-spine/plugins/lib/x86_64-osx/libSpineExt.dylib
Binary file not shown.
Binary file modified defold-spine/plugins/lib/x86_64-win32/libSpineExt.dll
Binary file not shown.
Binary file modified defold-spine/plugins/share/pluginSpineExt.jar
Binary file not shown.

0 comments on commit 1b8be4a

Please sign in to comment.