Skip to content

Commit

Permalink
typo corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
jyberg authored Jul 25, 2020
1 parent bfd6888 commit 067cffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NexObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ bool NexObject::setVisible(bool visible)
String cmd = String("vis ");
cmd += __name;
cmd += ",";
if (flag)
if (visible)
{
cmd += "1";
} else
Expand Down

0 comments on commit 067cffd

Please sign in to comment.