mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 03:07:05 +02:00
REverting the change in the jittering sequence length
This commit is contained in:
parent
03c5dfad3d
commit
df0eb901a2
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class JitterSample {
|
|||
public:
|
||||
|
||||
enum {
|
||||
SEQUENCE_LENGTH = 32
|
||||
SEQUENCE_LENGTH = 64
|
||||
};
|
||||
|
||||
using Config = JitterSampleConfig;
|
||||
|
|
Loading…
Reference in a new issue