1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Merge pull request #12014 from hi-ogawa/fix-video-playback

Fix video playback
This commit is contained in:
Rémi Verschelde
2017-11-13 19:57:18 +01:00
committed by GitHub
32 changed files with 873 additions and 331 deletions

View File

@@ -876,6 +876,8 @@ void AudioServer::init() {
#ifdef TOOLS_ENABLED
set_edited(false); //avoid editors from thinking this was edited
#endif
GLOBAL_DEF("audio/video_delay_compensation_ms", 0);
}
void AudioServer::load_default_bus_layout() {