Skip to content

Commit

Permalink
Updated for KSP 0.90.
Browse files Browse the repository at this point in the history
  • Loading branch information
taraniselsu committed Dec 15, 2014
1 parent 0be6d5a commit 6815a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/FuelBalanceController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void Update()
if (partInfo.isSelected)
{
partInfo.part.SetHighlightColor(Color.blue);
partInfo.part.SetHighlight(true);
partInfo.part.SetHighlight(true, false);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Source/TacFuelBalancer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<ModUrl>http://ksp-avc.cybutek.net/version.php?id=20</ModUrl>
<DownloadUrl></DownloadUrl>
<KspVersionMajor>0</KspVersionMajor>
<KspVersionMinor>25</KspVersionMinor>
<KspVersionMinor>90</KspVersionMinor>
<KspVersionPatch>0</KspVersionPatch>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 6815a5b

Please sign in to comment.