REverting the change in the jittering sequence length

This commit is contained in:
Sam Gateau 2019-09-03 17:01:03 -07:00
parent 03c5dfad3d
commit df0eb901a2

View file

@ -60,7 +60,7 @@ class JitterSample {
public:
enum {
SEQUENCE_LENGTH = 32
SEQUENCE_LENGTH = 64
};
using Config = JitterSampleConfig;