Skip to content

Commit

Permalink
Merge pull request #149 from matthewreiter/categoryFix
Browse files Browse the repository at this point in the history
Updated the filter category to work with KSP 1.3
  • Loading branch information
ZiwKerman authored Jun 5, 2017
2 parents ebc7aba + 2926488 commit d97e115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InfernalRobotics/InfernalRobotics/Gui/EditorCategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void Awake()

private void IRCustomFilter()
{
const string FILTER_CATEGORY = "Filter by Function";
const string FILTER_CATEGORY = "Filter by function";
const string CUSTOM_CATEGORY_NAME = "Robotic";

//var texture_on = new Texture2D(36, 36, TextureFormat.RGBA32, false);
Expand Down

0 comments on commit d97e115

Please sign in to comment.