aboutsummaryrefslogtreecommitdiff
path: root/core/os/os.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2016-06-05 19:14:33 -0300
committerJuan Linietsky2016-06-05 19:14:33 -0300
commit2420e46b449f4c8acdfe48c765ea52fc3e860de7 (patch)
treea49df7158f20ee6dca044c8ff7d7e81c13d83073 /core/os/os.cpp
parent684a1207c0a08889be7024d5851c224877557053 (diff)
downloadgodot-2420e46b449f4c8acdfe48c765ea52fc3e860de7.tar.gz
godot-2420e46b449f4c8acdfe48c765ea52fc3e860de7.tar.zst
godot-2420e46b449f4c8acdfe48c765ea52fc3e860de7.zip
Diffstat (limited to 'core/os/os.cpp')
-rw-r--r--core/os/os.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/os/os.cpp b/core/os/os.cpp
index 4daf41e68..e501bc2eb 100644
--- a/core/os/os.cpp
+++ b/core/os/os.cpp
@@ -539,6 +539,14 @@ String OS::get_joy_guid(int p_device) const {
void OS::set_context(int p_context) {
}
+void OS::set_use_vsync(bool p_enable) {
+
+}
+
+bool OS::is_vsnc_enabled() const{
+
+ return true;
+}
OS::OS() {
last_error=NULL;