Skip to content

Commit ab8e039

Browse files
authored
Add comment
1 parent 0c9f341 commit ab8e039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Audio/AudioComponent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ AudioComponent::AudioComponent() : isPlaying(false)
5454
String("Retry"),
5555
String("Quit"));
5656

57-
if (!retryButtonClicked)
57+
if (!retryButtonClicked) // quit button clicked
5858
{
5959
JUCEApplication::quit();
6060
break;

0 commit comments

Comments
 (0)