mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-02 10:43:31 +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
|
||||
{
|
||||
_rgbService.CloseRender();
|
||||
_frameStopWatch.Stop();
|
||||
FrameTime = _frameStopWatch.Elapsed;
|
||||
_rgbService.CloseRender();
|
||||
|
||||
LogUpdateExceptions();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user