1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

initialize bus_index to 0

fixes #13305
This commit is contained in:
Marcin Zawiejski
2017-11-26 18:16:31 +01:00
committed by GitHub
parent 4c660cfffb
commit 86ed07c41c

View File

@@ -490,6 +490,7 @@ VideoPlayer::VideoPlayer() {
expand = true;
audio_track = 0;
bus_index = 0;
buffering_ms = 500;
server_mix_rate = 44100;