mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Cleanup UI for source info, cleanup code
This commit is contained in:
@@ -98,6 +98,8 @@ void SessionSource::setActive (bool on)
|
||||
|
||||
void SessionSource::update(float dt)
|
||||
{
|
||||
Source::update(dt);
|
||||
|
||||
if (session_ == nullptr)
|
||||
return;
|
||||
|
||||
@@ -115,7 +117,6 @@ void SessionSource::update(float dt)
|
||||
failed_ = true;
|
||||
}
|
||||
|
||||
Source::update(dt);
|
||||
}
|
||||
|
||||
void SessionSource::replay ()
|
||||
|
||||
Reference in New Issue
Block a user