mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 15:25:54 -04:00
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).
This commit is contained in:
parent
13a764c91e
commit
3c9673b48e
1
direct/src/dist/commands.py
vendored
1
direct/src/dist/commands.py
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user