Merge pull request #22871 from marcelofg55/surr31_enum
Add missing BIND_ENUM for SPEAKER_SURROUND_31
This commit is contained in:
commit
745ae39837
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue