1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Core - Properly stop rendering on shutdown requested

This commit is contained in:
Robert 2021-08-25 15:33:34 +02:00
parent f1a4203345
commit fcdfbe61bb

View File

@ -71,7 +71,7 @@ namespace Artemis.Core.Services
private void UtilitiesOnShutdownRequested(object? sender, EventArgs e) private void UtilitiesOnShutdownRequested(object? sender, EventArgs e)
{ {
IsRenderPaused = true; SetRenderPaused(true);
} }
private void SurfaceOnLayoutChanged(SurfaceLayoutChangedEventArgs args) private void SurfaceOnLayoutChanged(SurfaceLayoutChangedEventArgs args)