We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7658d4 commit ffec44eCopy full SHA for ffec44e
ClickThroughBlocker/AssemblyVersion.cs
@@ -5,4 +5,4 @@
5
6
using System.Reflection;
7
8
- [assembly: AssemblyVersion("0.1.9.0")]
+ [assembly: AssemblyVersion("0.1.9.4")]
ClickThroughBlocker/ClickThroughBlocker.cs
@@ -475,7 +475,7 @@ private void DoGuiCounter()
475
{
476
//Log.Info("lastonGuiCnt: " + lastonGuiCnt + "lastLockCycle: " + win.lastLockCycle);
477
478
- if (if (EditorLogic.fetch != null && win.weLockedEditorInputs)
+ if (EditorLogic.fetch != null && win.weLockedEditorInputs)
479
480
EditorLogic.fetch.Unlock(win.lockName);
481
win.weLockedEditorInputs = false;
0 commit comments