mirror of https://github.com/odrling/Aegisub
Initialize a variable in the audio display that sometimes was used without any initial value being assigned to it.
Originally committed to SVN as r2969.
This commit is contained in:
parent
ef4021f757
commit
17f0e664f0
|
@ -108,6 +108,7 @@ AudioDisplay::AudioDisplay(wxWindow *parent)
|
|||
hasFocus = (wxWindow::FindFocus() == this);
|
||||
needImageUpdate = false;
|
||||
needImageUpdateWeak = true;
|
||||
playingToEnd = false;
|
||||
|
||||
// Init
|
||||
UpdateTimer.SetOwner(this,Audio_Update_Timer);
|
||||
|
|
Loading…
Reference in New Issue