Skip to content

Commit

Permalink
fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Sep 10, 2024
1 parent 9d4f887 commit db43f18
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defold-spine/commonsrc/vertices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ uint32_t CalcVertexBufferSize(const spSkeleton* skeleton, spSkeletonClipping* sk
{
CalcAndAddVertexBufferAttachment(attachment, &vertex_count, &max_triangle_count);
}
spSkeletonClipping_clipEnd(skeleton_clipper, slot);
}
if (out_max_triangle_count)
{
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 db43f18

Please sign in to comment.