aboutsummaryrefslogtreecommitdiff
path: root/graphics/blender-lts28/files/patch-extern_audaspace_bindings_python_PySound.cpp
blob: cd35e1098a1b18df70e08beb49b3b4715defb37e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- extern/audaspace/bindings/python/PySound.cpp.orig	2020-09-02 11:06:51 UTC
+++ extern/audaspace/bindings/python/PySound.cpp
@@ -2015,7 +2015,7 @@ AUD_API Sound* checkSound(PyObject* sound)
 
 bool initializeSound()
 {
-	import_array();
+	import_array1(false);
 
 	return PyType_Ready(&SoundType) >= 0;
 }