DisableVSync

Definition

DisableVSync()

Description

This function disables VSync. Note that VSync is disabled by default.

Example

function Init()
    DisableVSync()
end

function Update()

end
adminDisableVSync