diff --git a/EasyFramework b/EasyFramework index 72b5dca..c51169b 160000 --- a/EasyFramework +++ b/EasyFramework @@ -1 +1 @@ -Subproject commit 72b5dcaaae052a9979bb79659eed4f8c8da30cd1 +Subproject commit c51169b22c403c4a7797b6e904e11dd810313cf6 diff --git a/SuperScreenShotterVR/Config/log4net.config b/SuperScreenShotterVR/Config/log4net.config deleted file mode 100644 index c1ebe95..0000000 --- a/SuperScreenShotterVR/Config/log4net.config +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/SuperScreenShotterVR/Config/log4net.unix.config b/SuperScreenShotterVR/Config/log4net.unix.config deleted file mode 100644 index 3b07772..0000000 --- a/SuperScreenShotterVR/Config/log4net.unix.config +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/SuperScreenShotterVR/MainController.cs b/SuperScreenShotterVR/MainController.cs index 8a01e13..ec4af4c 100644 --- a/SuperScreenShotterVR/MainController.cs +++ b/SuperScreenShotterVR/MainController.cs @@ -451,13 +451,12 @@ public void UpdateOutputFolder(bool createDirIfNeeded = false, string subfolder private void ShutdownIfWeShould() { - if(_shouldShutDown) - { - _shouldShutDown = false; - _ovr.Shutdown(); - _initComplete = false; - ExitAction.Invoke(); - } + if (!_shouldShutDown) return; + + _shouldShutDown = false; + _ovr.Shutdown(); + _initComplete = false; + ExitAction.Invoke(); } private void PlayScreenshotSound(bool onlyLoad = false) diff --git a/SuperScreenShotterVR/Properties/Resources.resx b/SuperScreenShotterVR/Properties/Resources.resx index 48a7c04..c55a9ac 100644 --- a/SuperScreenShotterVR/Properties/Resources.resx +++ b/SuperScreenShotterVR/Properties/Resources.resx @@ -128,6 +128,6 @@ ..\resources\logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - v2.0.0 + v2.1.0 \ No newline at end of file