Don't forget to initialize xrun count.

This commit is contained in:
Jonathan Moore Liles 2008-04-29 16:18:47 -05:00
parent 707e898d36
commit 981f92bc69
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Engine::Engine ( )
{
_client = NULL;
_buffers_dropped = 0;
_xruns = 0;
}
/*******************/