Fixed audio spectrum bug.

Originally committed to SVN as r2463.
This commit is contained in:
Rodrigo Braz Monteiro 2008-11-17 00:06:31 +00:00
parent fbf55bacaa
commit dae123d225
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ void AudioDisplay::UpdateImage(bool weak) {
// Set image as needing to be redrawn
needImageUpdate = true;
if (!needImageUpdateWeak) needImageUpdateWeak = weak;
if (needImageUpdateWeak) needImageUpdateWeak = weak;
Refresh(false);
}