From c562329cafffeac0ecb8b786363ec362b118f684 Mon Sep 17 00:00:00 2001 From: Ben Thomas Date: Thu, 15 Jun 2023 23:02:28 -0600 Subject: [PATCH] Fix formatting error within resources.resw and hanging error on close relating to mutator --- VRCFaceTracking.Core/MainStandalone.cs | 2 +- VRCFaceTracking/Strings/en/Resources.resw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VRCFaceTracking.Core/MainStandalone.cs b/VRCFaceTracking.Core/MainStandalone.cs index e036528b..99ba9e2c 100644 --- a/VRCFaceTracking.Core/MainStandalone.cs +++ b/VRCFaceTracking.Core/MainStandalone.cs @@ -45,7 +45,7 @@ public void Teardown() _logger.LogInformation("VRCFT Standalone Exiting!"); _libManager.TeardownAllAndResetAsync(); - _mutator.SaveCalibration(); + //_mutator.SaveCalibration(); // Kill our threads _logger.LogDebug("Cancelling token sources..."); diff --git a/VRCFaceTracking/Strings/en/Resources.resw b/VRCFaceTracking/Strings/en/Resources.resw index ed7b97bb..c8f3cf63 100644 --- a/VRCFaceTracking/Strings/en/Resources.resw +++ b/VRCFaceTracking/Strings/en/Resources.resw @@ -201,7 +201,7 @@ © 2023 VRCFaceTracking. All rights reserved. - The nerds who made this all possible <3 + The nerds who made this all possible <3 Dependencies & references