Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check that setPlaybackSpeed is sane
This will ignore any values that are clearly incorrect i.e. <0.25. This means the playback controller can still have a sentinel value of -1.0 to ensure the model controlling speed is in-place correctly. Whilst not breaking user playback by default if something goes wrong. As this file directly interfaces with the video manager (which holds surfaces) we can't easily make a test for it, so leave this block untested
- Loading branch information