mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fixed audio spectrum bug.
Originally committed to SVN as r2463.
This commit is contained in:
parent
fbf55bacaa
commit
dae123d225
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user