mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
PerfMon.dll: Fixed issues with MaxValue
This commit is contained in:
@ -90,9 +90,8 @@ PLUGIN_EXPORT void Reload(void* data, void* rm, double* maxValue)
|
||||
{
|
||||
measure->oldValue = 0;
|
||||
measure->firstTime = true;
|
||||
*maxValue = 0.0;
|
||||
}
|
||||
|
||||
*maxValue = 0.0;
|
||||
}
|
||||
|
||||
PLUGIN_EXPORT double Update(void* data)
|
||||
|
Reference in New Issue
Block a user