Fix typo.

This commit is contained in:
Bartosz Taudul 2023-03-14 01:54:21 +01:00
parent fd3d5114e8
commit 988de5b594
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -17,7 +17,7 @@ public:
TimelineItem( View& view, Worker& worker, const void* key );
virtual ~TimelineItem() = default;
// draws the timeilne item and also updates the next frame height value
// draws the timeline item and also updates the next frame height value
void Draw( bool firstFrame, double pxns, int yOffset, const ImVec2& wpos, bool hover, float yMin, float yMax );
void VisibilityCheckbox();