mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-09 09:35:31 +00:00
Removed commented region.
This commit is contained in:
parent
f11ecd016d
commit
ad173ec802
|
@ -479,16 +479,12 @@ namespace OpenTK
|
|||
|
||||
// TODO: Disabled because it is not reliable enough. Use vsync as a workaround.
|
||||
|
||||
//#region public bool AllowSleep
|
||||
|
||||
//public bool AllowSleep
|
||||
//{
|
||||
// get { return allow_sleep; }
|
||||
// set { allow_sleep = value; }
|
||||
//}
|
||||
|
||||
//#endregion
|
||||
|
||||
/// <summary>
|
||||
/// Gets a double representing the actual frequency of RenderFrame events, in hertz (i.e. fps or frames per second).
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in a new issue