Fix audio::channel::is_stopped
This commit is contained in:
parent
aa32b09fca
commit
4b9591885a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ namespace psemek::audio
|
|||
|
||||
bool is_stopped() const
|
||||
{
|
||||
return stream() != nullptr;
|
||||
return stream() == nullptr;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue