mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Fixes
This commit is contained in:
@@ -71,8 +71,8 @@ namespace VRCX
|
||||
{
|
||||
var thread = _thread;
|
||||
_thread = null;
|
||||
thread.Interrupt();
|
||||
thread.Join();
|
||||
thread?.Interrupt();
|
||||
thread?.Join();
|
||||
}
|
||||
|
||||
public void Restart()
|
||||
|
||||
Reference in New Issue
Block a user