Merge pull request #29309 from Ybalrid/patch-1
audio_server.h : fix typo in comment (minor)
This commit is contained in:
commit
19e5d21e11
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class AudioServer : public Object {
|
|||
|
||||
GDCLASS(AudioServer, Object)
|
||||
public:
|
||||
//re-expose this her, as AudioDriver is not exposed to script
|
||||
//re-expose this here, as AudioDriver is not exposed to script
|
||||
enum SpeakerMode {
|
||||
SPEAKER_MODE_STEREO,
|
||||
SPEAKER_SURROUND_31,
|
||||
|
|
Loading…
Reference in a new issue