mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-31 09:43:46 +00:00
Core - Move frame timing stop-point to after closing the pipeline
This commit is contained in:
parent
a02431bb82
commit
d7e302fb23
@ -165,9 +165,9 @@ namespace Artemis.Core.Services
|
|||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
_rgbService.CloseRender();
|
||||||
_frameStopWatch.Stop();
|
_frameStopWatch.Stop();
|
||||||
FrameTime = _frameStopWatch.Elapsed;
|
FrameTime = _frameStopWatch.Elapsed;
|
||||||
_rgbService.CloseRender();
|
|
||||||
|
|
||||||
LogUpdateExceptions();
|
LogUpdateExceptions();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user