vsnc --> vsync

This commit is contained in:
ISylvox
2016-11-08 21:06:57 +07:00
parent cdc4664226
commit b5c383fd61
9 changed files with 11 additions and 11 deletions

View File

@ -2388,7 +2388,7 @@ void OS_Windows::set_use_vsync(bool p_enable) {
gl_context->set_use_vsync(p_enable);
}
bool OS_Windows::is_vsnc_enabled() const{
bool OS_Windows::is_vsync_enabled() const{
if (gl_context)
return gl_context->is_using_vsync();