Cleanup and rewrite some bullshit

This commit is contained in:
Sardelka9515
2023-02-13 20:44:50 +08:00
parent f555fef48d
commit e4f432b593
35 changed files with 255 additions and 219 deletions

View File

@ -55,7 +55,7 @@ namespace RageCoop.Client
// I tried without thread but the game will lag without
_thread = ThreadManager.CreateThread(() =>
{
while (!_stopping && !Main.IsUnloading)
while (!_stopping && !IsUnloading)
using (var wo = new WaveOutEvent())
{
wo.Init(_waveProvider);