mirror of
https://github.com/overte-org/overte.git
synced 2025-07-15 20:56:37 +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:
|
public:
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
SEQUENCE_LENGTH = 32
|
SEQUENCE_LENGTH = 64
|
||||||
};
|
};
|
||||||
|
|
||||||
using Config = JitterSampleConfig;
|
using Config = JitterSampleConfig;
|
||||||
|
|
Loading…
Reference in a new issue