Revert "Enable Vsync via Compositor by default"
This reverts commit 9600fd5dde.
Add comment warning about possible implications of using this option.
Fixes #35038.
This commit is contained in:
parent
7a15569c6f
commit
ab97f78fa5
4 changed files with 6 additions and 4 deletions
|
|
@ -1393,7 +1393,7 @@ void _OS::_bind_methods() {
|
|||
ADD_PROPERTY_DEFAULT("current_screen", 0);
|
||||
ADD_PROPERTY_DEFAULT("exit_code", 0);
|
||||
ADD_PROPERTY_DEFAULT("vsync_enabled", true);
|
||||
ADD_PROPERTY_DEFAULT("vsync_via_compositor", true);
|
||||
ADD_PROPERTY_DEFAULT("vsync_via_compositor", false);
|
||||
ADD_PROPERTY_DEFAULT("low_processor_usage_mode", false);
|
||||
ADD_PROPERTY_DEFAULT("low_processor_usage_mode_sleep_usec", 6900);
|
||||
ADD_PROPERTY_DEFAULT("keep_screen_on", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue