Skip to content

Commit ffec44e

Browse files
fixed typoes
1 parent e7658d4 commit ffec44e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ClickThroughBlocker/AssemblyVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
using System.Reflection;
77

8-
[assembly: AssemblyVersion("0.1.9.0")]
8+
[assembly: AssemblyVersion("0.1.9.4")]

ClickThroughBlocker/ClickThroughBlocker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ private void DoGuiCounter()
475475
{
476476
//Log.Info("lastonGuiCnt: " + lastonGuiCnt + "lastLockCycle: " + win.lastLockCycle);
477477
{
478-
if (if (EditorLogic.fetch != null && win.weLockedEditorInputs)
478+
if (EditorLogic.fetch != null && win.weLockedEditorInputs)
479479
{
480480
EditorLogic.fetch.Unlock(win.lockName);
481481
win.weLockedEditorInputs = false;

0 commit comments

Comments
 (0)