Skip to content

Commit

Permalink
[sdl] Closes #2304, misnamed function declaration spSkeletonDrawable_…
Browse files Browse the repository at this point in the history
…dispose
  • Loading branch information
badlogic committed Jun 7, 2023
1 parent 468985b commit b775800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine-sdl/src/spine-sdl-c.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ typedef struct spSkeletonDrawable {

SP_API spSkeletonDrawable *spSkeletonDrawable_create(spSkeletonData *skeletonData, spAnimationStateData *animationStateData);

SP_API void spSkeletonDrawable_destroy(spSkeletonDrawable *self);
SP_API void spSkeletonDrawable_dispose(spSkeletonDrawable *self);

SP_API void spSkeletonDrawable_update(spSkeletonDrawable *self, float delta);

Expand Down

0 comments on commit b775800

Please sign in to comment.