Test & Small fixes
This commit is contained in:
parent
21eaaa4900
commit
3e635aa57d
3 changed files with 2 additions and 3 deletions
|
|
@ -107,7 +107,7 @@ namespace SM.Base.Windows
|
|||
protected override void OnClosing(CancelEventArgs e)
|
||||
{
|
||||
base.OnClosing(e);
|
||||
_fixedUpdateThread.Abort();
|
||||
_fixedUpdateThread?.Abort();
|
||||
}
|
||||
|
||||
public void Update(UpdateContext context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue