diff options
| author | reduz <reduzio@gmail.com> | 2021-02-17 13:44:49 -0300 |
|---|---|---|
| committer | reduz <reduzio@gmail.com> | 2021-02-18 11:23:34 -0300 |
| commit | 64140eaf4254a9d2e1fcd87451560f13959f1d24 (patch) | |
| tree | 206f18b3f17f5c68b664ba008f2403275b1fd583 /modules/webm | |
| parent | 8eaea1db5336cab62cf469c9860f18d69b4be929 (diff) | |
| download | redot-engine-64140eaf4254a9d2e1fcd87451560f13959f1d24.tar.gz | |
Reorganize Project Settings
-Advanced Settings toggle also hides advanced properties when disabled
-Simplified Advanced Bar (errors were just plain redundant)
-Reorganized rendering quality settings.
-Reorganized miscelaneous settings for clean up.
Diffstat (limited to 'modules/webm')
| -rw-r--r-- | modules/webm/video_stream_webm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webm/video_stream_webm.cpp b/modules/webm/video_stream_webm.cpp index 7c16a1df34..101001cba0 100644 --- a/modules/webm/video_stream_webm.cpp +++ b/modules/webm/video_stream_webm.cpp @@ -156,7 +156,7 @@ void VideoStreamPlaybackWebm::stop() { void VideoStreamPlaybackWebm::play() { stop(); - delay_compensation = ProjectSettings::get_singleton()->get("audio/video_delay_compensation_ms"); + delay_compensation = ProjectSettings::get_singleton()->get("audio/video/video_delay_compensation_ms"); delay_compensation /= 1000.0; playing = true; |
