mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
cleanup code
This commit is contained in:
@@ -45,9 +45,9 @@ namespace VRCX
|
||||
LogWatcher.Instance.Init();
|
||||
|
||||
CefService.Instance.Init();
|
||||
VRCXVR.Init();
|
||||
VRCXVR.Instance.Init();
|
||||
Application.Run(new MainForm());
|
||||
VRCXVR.Exit();
|
||||
VRCXVR.Instance.Exit();
|
||||
CefService.Instance.Exit();
|
||||
|
||||
LogWatcher.Instance.Exit();
|
||||
|
||||
Reference in New Issue
Block a user