You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
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.
This commit is contained in:
@@ -250,7 +250,7 @@ void VideoStreamPlaybackGDNative::play() {
|
||||
|
||||
playing = true;
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user