Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spine 4.2 Support #26

Merged
merged 12 commits into from
May 4, 2024
Prev Previous commit
Next Next commit
fix doc test
jabuwu committed Apr 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e6ac8f090a9b6d2e20e5930db3e422e26f2a4d47
2 changes: 1 addition & 1 deletion src/controller.rs
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
//! SkeletonController::new(skeleton_data.clone(), animation_state_data);
//!
//! // Update for one frame
//! skeleton_controller.update(0.016);
//! skeleton_controller.update(0.016, Physics::Update);
//!
//! // Get renderable mesh data
//! // Note: if slot_index is not important, use the much faster