Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hideakitai committed Oct 12, 2021
1 parent 4a808f4 commit 00fad6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ template <typename T>
Sequence<T>& operator[](const T& t);
```
`Timeline` is derived from [FrameRateCounter](). So its methods to control timeline are also available. Some useful methods are listed below.
`Timeline` is derived from [FrameRateCounter](https://github.com/hideakitai/PollingTimer). So its methods to control timeline are also available. Some useful methods are listed below.
```C++
virtual void start(); // overridden by Tween::Timeline
Expand Down

0 comments on commit 00fad6c

Please sign in to comment.