Skip to content

Commit

Permalink
adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Mar 20, 2024
1 parent 3e0bb28 commit 269bea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions src/animation_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 269bea8

Please sign in to comment.