mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 01:21:26 +00:00
Effective DisplayServer separation, rename X11 -> LinuxBSD
This commit is contained in:
parent
4396e98834
commit
f8a79a97c7
83 changed files with 1304 additions and 5378 deletions
|
|
@ -234,7 +234,7 @@ void VisualServerRaster::set_debug_generate_wireframes(bool p_generate) {
|
|||
}
|
||||
|
||||
void VisualServerRaster::call_set_use_vsync(bool p_enable) {
|
||||
OS::get_singleton()->_set_use_vsync(p_enable);
|
||||
DisplayServer::get_singleton()->_set_use_vsync(p_enable);
|
||||
}
|
||||
|
||||
bool VisualServerRaster::is_low_end() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue