You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Effective DisplayServer separation, rename X11 -> LinuxBSD
This commit is contained in:
committed by
Juan Linietsky
parent
4396e98834
commit
f8a79a97c7
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user