mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
Changed update-mode 'Continuous' to be the default
This commit is contained in:
parent
7b5895d2a4
commit
009858b5e7
@ -60,6 +60,8 @@ namespace RGB.NET.Core
|
|||||||
private RGBSurface()
|
private RGBSurface()
|
||||||
{
|
{
|
||||||
_lastUpdate = DateTime.Now;
|
_lastUpdate = DateTime.Now;
|
||||||
|
|
||||||
|
CheckUpdateLoop();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|||||||
@ -29,7 +29,7 @@ namespace RGB.NET.Core
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public double LastUpdateTime { get; private set; }
|
public double LastUpdateTime { get; private set; }
|
||||||
|
|
||||||
private UpdateMode _updateMode = UpdateMode.Manual;
|
private UpdateMode _updateMode = UpdateMode.Continuous;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the update-mode.
|
/// Gets or sets the update-mode.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user