mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
openal: ptr != 0
-> ptr != NULL
This commit is contained in:
parent
99dc462174
commit
d8b48a3837
@ -98,5 +98,5 @@ is_playing() const {
|
|||||||
*/
|
*/
|
||||||
INLINE bool OpenALAudioSound::
|
INLINE bool OpenALAudioSound::
|
||||||
has_sound_data() const {
|
has_sound_data() const {
|
||||||
return _sd != 0;
|
return _sd != NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user