mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
I have added the debug output for AL_RENDERE AL_VENDER and AL_VERSION when starting openAL
This commit is contained in:
parent
3293a6574a
commit
d5071f89b6
@ -148,6 +148,11 @@ OpenALAudioManager() {
|
|||||||
audio_3d_set_distance_factor(audio_distance_factor);
|
audio_3d_set_distance_factor(audio_distance_factor);
|
||||||
audio_3d_set_drop_off_factor(audio_drop_off_factor);
|
audio_3d_set_drop_off_factor(audio_drop_off_factor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
audio_cat->debug() << "AL_RENDERER:" << alGetString(AL_RENDERER) << endl;
|
||||||
|
audio_cat->debug() << "AL_VENDOR:" << alGetString(AL_VENDOR) << endl;
|
||||||
|
audio_cat->debug() << "AL_VERSION:" << alGetString(AL_VERSION) << endl;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user