mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
Set Max Clone delay to 2.0s
This commit is contained in:
@@ -187,7 +187,7 @@ void CloneSource::update(float dt)
|
||||
|
||||
void CloneSource::setDelay(double second)
|
||||
{
|
||||
delay_ = CLAMP(second, 0.0, 1.0);
|
||||
delay_ = CLAMP(second, 0.0, 2.0);
|
||||
}
|
||||
|
||||
void CloneSource::play (bool on)
|
||||
|
||||
Reference in New Issue
Block a user