mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 03:09:57 +01:00
BugFix Clone is playable if its origin is playable too
This commit is contained in:
@@ -203,6 +203,13 @@ void CloneSource::play (bool on)
|
||||
}
|
||||
}
|
||||
|
||||
bool CloneSource::playable () const
|
||||
{
|
||||
if (origin_)
|
||||
return origin_->playable();
|
||||
return true;
|
||||
}
|
||||
|
||||
void CloneSource::replay()
|
||||
{
|
||||
g_timer_reset(timer_);
|
||||
|
||||
Reference in New Issue
Block a user