mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 18:46:43 +00:00
Window out of focus should no longer lag
This commit is contained in:
parent
1ca007b8d5
commit
34cf7a6bc4
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ public class Capy64 : Game, IGame
|
||||||
Window.AllowUserResizing = true;
|
Window.AllowUserResizing = true;
|
||||||
Window.ClientSizeChanged += OnWindowSizeChange;
|
Window.ClientSizeChanged += OnWindowSizeChange;
|
||||||
|
|
||||||
|
InactiveSleepTime = new TimeSpan(0);
|
||||||
|
|
||||||
Audio = new Audio();
|
Audio = new Audio();
|
||||||
|
|
||||||
NativePlugins = GetNativePlugins();
|
NativePlugins = GetNativePlugins();
|
||||||
|
|
Loading…
Reference in a new issue