Definition
DisableVSync()
Description
This function disables VSync. Note that VSync is disabled by default.
Example
function Init() DisableVSync() end function Update() endDisableVSync
DisableVSync()
function Init() DisableVSync() end function Update() endDisableVSync