mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 23:34:57 -04:00
a little cleanup
This commit is contained in:
parent
6cfc7db01d
commit
22781637eb
@ -149,12 +149,8 @@ static void update_linux(void) {
|
||||
case 2:
|
||||
if (!initializing)
|
||||
audio_cat->warning() << "audio buffers are being starved" << endl;
|
||||
// mix 2 buffers and put them in place.
|
||||
mix_buffer(current_buffer);
|
||||
mix_buffer(back_buffer);
|
||||
if (initializing)
|
||||
audio_cat->debug() << "mixed 2 buffers, want is currently at ("
|
||||
<< want_buffers << ")" << endl;
|
||||
initializing = false;
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user