example: ++corection

This commit is contained in:
Hermet Park 2024-11-01 11:49:30 +09:00
parent 0a43beb89b
commit 62a4e7e6dd

View file

@ -61,7 +61,7 @@ struct UserExample : tvgexam::Example
//slotsample //slotsample
{ {
auto progress = tvgexam::progress(elapsed, slotAnimation->duration()); auto progress = tvgexam::progress(elapsed, slotAnimation->duration());
slotAnimation->frame(markerAnimation->totalFrame() * progress); slotAnimation->frame(slotAnimation->totalFrame() * progress);
} }
//marker //marker