mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 21:14:08 +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) {
|
||||
stopped =
|
||||
!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