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:
parent
f1a4203345
commit
fcdfbe61bb
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user