mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
add get_null_sound()
This commit is contained in:
parent
f32b59b92d
commit
d18f7900b1
@ -57,7 +57,7 @@ is_valid() {
|
||||
////////////////////////////////////////////////////////////////////
|
||||
PT(AudioSound) NullAudioManager::
|
||||
get_sound(const string&) {
|
||||
return new NullAudioSound();
|
||||
return get_null_sound();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user