diff options
| author | ISylvox | 2016-11-08 21:06:57 +0700 |
|---|---|---|
| committer | ISylvox | 2016-11-08 21:06:57 +0700 |
| commit | b5c383fd61d554fa02c3e231dd1f92145d90e04e (patch) | |
| tree | c25897cfa11c41e8f784ab2d4dddb372339f5c03 /core/os/os.cpp | |
| parent | cdc4664226cdc397d054b7390d0f75028d40412c (diff) | |
| download | godot-b5c383fd61d554fa02c3e231dd1f92145d90e04e.tar.gz godot-b5c383fd61d554fa02c3e231dd1f92145d90e04e.tar.zst godot-b5c383fd61d554fa02c3e231dd1f92145d90e04e.zip | |
Diffstat (limited to 'core/os/os.cpp')
| -rw-r--r-- | core/os/os.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/os.cpp b/core/os/os.cpp index ee3247623..11a315a01 100644 --- a/core/os/os.cpp +++ b/core/os/os.cpp @@ -542,7 +542,7 @@ void OS::set_use_vsync(bool p_enable) { } -bool OS::is_vsnc_enabled() const{ +bool OS::is_vsync_enabled() const{ return true; } |
