Skip to content

Commit

Permalink
fixed: ClickCatcher of BatchUI doesn't hide
Browse files Browse the repository at this point in the history
  • Loading branch information
Craxy authored and Craxy committed May 27, 2015
1 parent 1c24136 commit a28ade8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/ToggleTrafficLights/Game/UI/Menu/BatchUi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private void OnDisable()

if (_clickCatcher != null)
{
_clickCatcher.isVisible = true;
_clickCatcher.isVisible = false;
_clickCatcher.isEnabled = false;
}
}
Expand Down
8 changes: 4 additions & 4 deletions src/ToggleTrafficLights/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
#if DEBUG
[assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.7.0.*")]
[assembly: AssemblyVersion("0.7.1.*")]
[assembly: AssemblyFileVersion("0.7.1.*")]
#else
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyVersion("0.7.1")]
[assembly: AssemblyFileVersion("0.7.1")]
#endif

0 comments on commit a28ade8

Please sign in to comment.