diff options
author | Arthur Brainville <ybalrid@ybalrid.info> | 2019-05-30 13:47:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 13:47:18 +0200 |
commit | 147b2403e47283c27549684ab3b0f9473a8ca05d (patch) | |
tree | 2da1c222079c929904dbe37ef232c78d04219867 | |
parent | 24dd8e29ea77b5e9c5f3ab5ffd4bf19532bacf4c (diff) |
audio_server.h : fix typo in comment (minor)
Line 152 : `//re-expose this her,` should be `//re-expose this here`
-rw-r--r-- | servers/audio_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/audio_server.h b/servers/audio_server.h index e56d87ce84..8c0ffd5a6b 100644 --- a/servers/audio_server.h +++ b/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, |