Skip to content

Commit

Permalink
Fix for Servo Range not showing when the button pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiwKerman committed May 15, 2016
1 parent f51b4f0 commit 42c11dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified InfernalRobotics/.vs/InfernalRobotics/InfernalRobotics.scgdat
Binary file not shown.
1 change: 1 addition & 0 deletions InfernalRobotics/InfernalRobotics/Gui/WindowManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1411,6 +1411,7 @@ public void ShowServoAdvancedMode(IServo servo, bool value)
{
var servoToggle = servoControls.GetChild("ServoShowOtherFieldsToggle").GetComponent<Toggle>();
servoToggle.onValueChanged.Invoke(value);
servoToggle.isOn = value;
}
}
public void RebuildUI()
Expand Down

0 comments on commit 42c11dc

Please sign in to comment.