1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

Changed update-mode 'Continuous' to be the default

This commit is contained in:
Darth Affe 2018-02-15 20:50:51 +01:00
parent 7b5895d2a4
commit 009858b5e7
2 changed files with 3 additions and 1 deletions

View File

@ -60,6 +60,8 @@ namespace RGB.NET.Core
private RGBSurface()
{
_lastUpdate = DateTime.Now;
CheckUpdateLoop();
}
#endregion

View File

@ -29,7 +29,7 @@ namespace RGB.NET.Core
/// </summary>
public double LastUpdateTime { get; private set; }
private UpdateMode _updateMode = UpdateMode.Manual;
private UpdateMode _updateMode = UpdateMode.Continuous;
/// <summary>
/// Gets or sets the update-mode.
/// </summary>