Forgot to remove test prints from creator.c
Also added note about removing audio init in comment.
This commit is contained in:
@@ -414,17 +414,14 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("before BPY_start_python\n");
|
|
||||||
BPY_start_python();
|
BPY_start_python();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NOTE: sound_init_audio() *must be* after start_python,
|
* NOTE: sound_init_audio() *must be* after start_python,
|
||||||
* at least on FreeBSD.
|
* at least on FreeBSD.
|
||||||
|
* added note (ton): i removed it altogether
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//printf("before init_audio\n");
|
|
||||||
// sound_init_audio();
|
|
||||||
printf("before BIF_init\n");
|
|
||||||
BIF_init();
|
BIF_init();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user