Skip to content

Commit

Permalink
fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Apr 24, 2024
1 parent 4b293aa commit e6ac8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6ac8f0

Please sign in to comment.