Closed IS4Code closed 2 years ago
The CPlayback::Initialize function crashes if the playback is empty, since it tries to access the first element in the (empty) sync data. This adds a check that the size is non-zero before going further.
CPlayback::Initialize
The
CPlayback::Initialize
function crashes if the playback is empty, since it tries to access the first element in the (empty) sync data. This adds a check that the size is non-zero before going further.