mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
fixed identifier name
This commit is contained in:
parent
2725a289be
commit
ef0545ba41
@ -201,7 +201,7 @@ private:
|
|||||||
typedef pset<FmodAudioSound *> SoundSet;
|
typedef pset<FmodAudioSound *> SoundSet;
|
||||||
SoundSet _all_sounds;
|
SoundSet _all_sounds;
|
||||||
|
|
||||||
FMOD_OUTPUTTYPE _saved_output;
|
FMOD_OUTPUTTYPE _saved_outputtype;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
//These are needed for Panda's Pointer System. DO NOT ERASE!
|
//These are needed for Panda's Pointer System. DO NOT ERASE!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user