From 269bea8935b45857843d00561fe65f8bb3f088c5 Mon Sep 17 00:00:00 2001 From: jabu Date: Wed, 20 Mar 2024 06:39:00 -0500 Subject: [PATCH] adjust docs --- changelog.md | 5 ++--- src/animation_state.rs | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 8d58e94..a5b09d2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,5 @@ -# 0.8.0 -- use `c_accessor_mut!` for TrackEntry's `track_time`. It is supposed to be mutable according -to the documentation +# 0.8.0 (UNRELEASED) +- Add `TrackEntry::set_track_time` # 0.7.1 - Fix dark color applying incorrectly with premultiplied alpha (using draw functions) diff --git a/src/animation_state.rs b/src/animation_state.rs index 31439af..65d26bf 100644 --- a/src/animation_state.rs +++ b/src/animation_state.rs @@ -756,6 +756,7 @@ impl TrackEntry { /// time determines [`animation_time`](`Self::animation_time`). The track time can be set /// to start the animation at a time other than 0, without affecting looping. track_time, + /// Set the track time, see [`track_time`](`Self::track_time`). set_track_time, trackTime, f32