no need to set min_temporal_delay to 1

This commit is contained in:
Youngjoon Lee 2025-02-06 13:50:18 +09:00
parent 2aa1fecab2
commit 9ea38614e2
No known key found for this signature in database
GPG Key ID: D94003D91DE12141

View File

@ -178,7 +178,7 @@ impl BlendNode {
ChaCha12Rng::from_rng(&mut rng_generator).unwrap(),
temporal_update_time_receiver,
(
1,
0,
settings.message_blend.temporal_processor.max_delay_seconds,
),
));