diff options
author | Marcelo Fernandez <marcelofg55@gmail.com> | 2018-10-08 21:33:51 -0300 |
---|---|---|
committer | Marcelo Fernandez <marcelofg55@gmail.com> | 2018-10-08 21:33:51 -0300 |
commit | 8816c7d8a247bbd6930c0ffe6a5f80b720766126 (patch) | |
tree | 112ee6e9df0f7639d8d0d743a1f5341639d042b6 /servers | |
parent | e6cfaa18cae296e441a0496b28e4ec3e0d4061ee (diff) |
Add missing BIND_ENUM for SPEAKER_SURROUND_31
Diffstat (limited to 'servers')
-rw-r--r-- | servers/audio_server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/audio_server.cpp b/servers/audio_server.cpp index fead2f54da..d36057b465 100644 --- a/servers/audio_server.cpp +++ b/servers/audio_server.cpp @@ -1297,6 +1297,7 @@ void AudioServer::_bind_methods() { ADD_SIGNAL(MethodInfo("bus_layout_changed")); BIND_ENUM_CONSTANT(SPEAKER_MODE_STEREO); + BIND_ENUM_CONSTANT(SPEAKER_SURROUND_31); BIND_ENUM_CONSTANT(SPEAKER_SURROUND_51); BIND_ENUM_CONSTANT(SPEAKER_SURROUND_71); } |