Skip to content

Commit

Permalink
Merge pull request #181 from defold/issue-9194_
Browse files Browse the repository at this point in the history
Fix crash with masks
  • Loading branch information
AGulev authored Sep 10, 2024
2 parents 9d4f887 + db43f18 commit a9d0b3b
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 a9d0b3b

Please sign in to comment.