Skip to content

Commit

Permalink
Satisfy InspectCode
Browse files Browse the repository at this point in the history
  • Loading branch information
hwsmm committed Oct 3, 2024
1 parent d66f353 commit d11e619
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions osu.Framework/Graphics/Video/VideoDecoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,8 @@ internal int DecodeNextAudioFrame(out byte[] decodedAudio, bool decodeUntilEnd =
decodeNextFrame(packet, receiveFrame);

if (State != DecoderState.Running)
break;
}
while (decodeUntilEnd);
decodeUntilEnd = false;
} while (decodeUntilEnd);
}
catch (Exception e)
{
Expand Down

0 comments on commit d11e619

Please sign in to comment.