diff options
| author | Juan Linietsky | 2016-06-05 19:14:33 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-06-05 19:14:33 -0300 |
| commit | 2420e46b449f4c8acdfe48c765ea52fc3e860de7 (patch) | |
| tree | a49df7158f20ee6dca044c8ff7d7e81c13d83073 /core/os/os.cpp | |
| parent | 684a1207c0a08889be7024d5851c224877557053 (diff) | |
| download | godot-2420e46b449f4c8acdfe48c765ea52fc3e860de7.tar.gz godot-2420e46b449f4c8acdfe48c765ea52fc3e860de7.tar.zst godot-2420e46b449f4c8acdfe48c765ea52fc3e860de7.zip | |
Diffstat (limited to 'core/os/os.cpp')
| -rw-r--r-- | core/os/os.cpp | 8 |
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; |
