mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
audio_server.h : fix typo in comment (minor)
Line 152 : `//re-expose this her,` should be `//re-expose this here`
This commit is contained in:
parent
24dd8e29ea
commit
147b2403e4
@ -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 New Issue
Block a user