EnableVSync

Definition

EnableVSync()

Description

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

Example

function Init()
    EnableVSync()
end

function Update()

end
adminEnableVSync