From 3c9673b48ea4f239ae801f77d7f9575e6b15be91 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 13 Mar 2021 13:55:35 +0100 Subject: [PATCH] dist: Actually replace p3fmod_audio with p3openal_audio This was meant to be effected in 9e80282affb4ce19430fdd3e16d4b3ec4d49e2b8 but was not properly checked in (only the warning was shown, but the change was not actually made). --- direct/src/dist/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/dist/commands.py b/direct/src/dist/commands.py index 07ae779786..c7b646d7f7 100644 --- a/direct/src/dist/commands.py +++ b/direct/src/dist/commands.py @@ -682,6 +682,7 @@ class build_apps(setuptools.Command): # by default. Switch it up if FMOD is not included. if value not in self.plugins and value == 'p3fmod_audio' and 'p3openal_audio' in self.plugins: self.warn("Missing audio plugin p3fmod_audio referenced in PRC data, replacing with p3openal_audio") + value = 'p3openal_audio' for plugin in check_plugins: if plugin in value and plugin not in self.plugins: