Merge pull request #22871 from marcelofg55/surr31_enum

Add missing BIND_ENUM for SPEAKER_SURROUND_31
This commit is contained in:
Rémi Verschelde 2018-10-09 15:59:37 +02:00 committed by GitHub
commit 745ae39837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}