mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-28 15:16:43 +00:00
Hush compiler warnings.
This commit is contained in:
parent
4fe8f1fe10
commit
76445b658f
@ -292,7 +292,7 @@ void Transport::OnPlaybackFinished(Player* player) {
|
|||||||
if (!startedNext) {
|
if (!startedNext) {
|
||||||
stopped =
|
stopped =
|
||||||
!this->active.size() ||
|
!this->active.size() ||
|
||||||
this->active.size() == 1 && this->active.front() == player;
|
(this->active.size() == 1 && this->active.front() == player);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user