Add missing BIND_ENUM for SPEAKER_SURROUND_31

This commit is contained in:
Marcelo Fernandez 2018-10-08 21:33:51 -03:00
parent e6cfaa18ca
commit 8816c7d8a2

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