Skip to content

Commit

Permalink
Rebuilt plugin due to file format change for TextureSet
Browse files Browse the repository at this point in the history
  • Loading branch information
JCash committed Nov 23, 2023
1 parent 002a3a4 commit 92f0231
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
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.
2 changes: 1 addition & 1 deletion defold-spine/pluginsrc/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static dmGameSystemDDF::TextureSet* LoadAtlasFromBuffer(void* buffer, size_t buf
dmDDF::Result e = dmDDF::LoadMessage(buffer, (uint32_t)buffer_size, &texture_set_ddf);
if ( e != dmDDF::RESULT_OK )
{
dmLogError("Failed to load atlas from '%s' %d", path, (int)e);
dmLogError("Failed to load atlas from '%s' (result: %d). Has the dmGameSystemDDF::TextureSet file format changed?", path, (int)e);
return 0;
}
return texture_set_ddf;
Expand Down

0 comments on commit 92f0231

Please sign in to comment.