mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
remove accidental debug statement
This commit is contained in:
parent
70a32ce433
commit
73428afd4e
@ -39,7 +39,6 @@ ConfigureFn(config_fmodAudio) {
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
void
|
void
|
||||||
init_libFmodAudio() {
|
init_libFmodAudio() {
|
||||||
cerr << "init_libFmodAudio\n";
|
|
||||||
static bool initialized = false;
|
static bool initialized = false;
|
||||||
if (initialized) {
|
if (initialized) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user