Skip to content

Commit

Permalink
Err - Stupid me ?
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbian committed Apr 1, 2016
1 parent 79f26f4 commit 29d3c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DebugStuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void Awake()

public void Update()
{
if (!HighLogic.LoadedSceneIsEditor || !HighLogic.LoadedSceneIsFlight)
if (!HighLogic.LoadedSceneIsEditor && !HighLogic.LoadedSceneIsFlight)
{
if (window != null)
window.gameObject.SetActive(false);
Expand Down

0 comments on commit 29d3c5c

Please sign in to comment.