Cleanup after all these changes in MediaPlayer and Mixer.

This commit is contained in:
brunoherbelin
2020-08-16 16:16:05 +02:00
parent 36b57c1499
commit c6d8c7189f
6 changed files with 34 additions and 56 deletions

View File

@@ -124,8 +124,7 @@ void MediaSource::update(float dt)
Source::update(dt);
// update video
if (active_)
mediaplayer_->update();
mediaplayer_->update();
}
void MediaSource::render()