Skip to content

Commit

Permalink
[sdl] Closes EsotericSoftware#2304, misnamed function declaration spS…
Browse files Browse the repository at this point in the history
…keletonDrawable_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
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.