Skip to content

[fix] Next/Previous frame was jumping some frame

Nick Laurenson requested to merge fix/VCRNextFrame into master

When the user try to move frame by frame, some frames were skipped. This was due to the wrong play mode been set before calling GoToPrevious or GoToNext. There was an additional issue when the user selected 'ALL Frame' in the PlayerControlerToolbar.

The wrong enum has been use all over this file.

Merge request reports