Don't forget to initialize xrun count.
This commit is contained in:
parent
707e898d36
commit
981f92bc69
|
@ -31,6 +31,7 @@ Engine::Engine ( )
|
||||||
{
|
{
|
||||||
_client = NULL;
|
_client = NULL;
|
||||||
_buffers_dropped = 0;
|
_buffers_dropped = 0;
|
||||||
|
_xruns = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*******************/
|
/*******************/
|
||||||
|
|
Loading…
Reference in New Issue