Explorar o código

audio_server.h : fix typo in comment (minor)

Line 152 : `//re-expose this her,` should be `//re-expose this here`
Arthur Brainville %!s(int64=6) %!d(string=hai) anos
pai
achega
147b2403e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      servers/audio_server.h

+ 1 - 1
servers/audio_server.h

@@ -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,