parent
c00c3f10a4
commit
11cbf850a4
|
@ -892,6 +892,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
||||||
}
|
}
|
||||||
|
|
||||||
video_mode.use_vsync = GLOBAL_DEF("display/window/vsync/use_vsync", true);
|
video_mode.use_vsync = GLOBAL_DEF("display/window/vsync/use_vsync", true);
|
||||||
|
OS::get_singleton()->_use_vsync = video_mode.use_vsync;
|
||||||
|
|
||||||
GLOBAL_DEF("rendering/quality/intended_usage/framebuffer_allocation", 2);
|
GLOBAL_DEF("rendering/quality/intended_usage/framebuffer_allocation", 2);
|
||||||
GLOBAL_DEF("rendering/quality/intended_usage/framebuffer_allocation.mobile", 3);
|
GLOBAL_DEF("rendering/quality/intended_usage/framebuffer_allocation.mobile", 3);
|
||||||
|
|
Loading…
Reference in New Issue