Commit 49e79620 authored by Max Kellermann's avatar Max Kellermann

PlayerControl: initialise attribute "border_pause"

parent ae5a721d
...@@ -45,7 +45,8 @@ player_control::player_control(unsigned _buffer_chunks, ...@@ -45,7 +45,8 @@ player_control::player_control(unsigned _buffer_chunks,
cross_fade_seconds(0), cross_fade_seconds(0),
mixramp_db(0), mixramp_db(0),
mixramp_delay_seconds(std::nanf("")), mixramp_delay_seconds(std::nanf("")),
total_play_time(0) total_play_time(0),
border_pause(false)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment