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:
parent
7b5895d2a4
commit
009858b5e7
@ -60,6 +60,8 @@ namespace RGB.NET.Core
|
||||
private RGBSurface()
|
||||
{
|
||||
_lastUpdate = DateTime.Now;
|
||||
|
||||
CheckUpdateLoop();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user