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