mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 23:02:42 +02:00
Correct MixerTrackCluster::GetRight()
This commit is contained in:
parent
a936aed643
commit
8928bd4d7b
@ -324,7 +324,7 @@ WaveTrack *MixerTrackCluster::GetRight() const
|
|||||||
{
|
{
|
||||||
auto left = GetWave();
|
auto left = GetWave();
|
||||||
if (left)
|
if (left)
|
||||||
return static_cast<WaveTrack*>(left);
|
return static_cast<WaveTrack*>(left->GetLink());
|
||||||
else
|
else
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user