Skip to content

Commit

Permalink
Updated the filter category to work with KSP 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewreiter committed Jun 4, 2017
1 parent ebc7aba commit 2926488
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 2926488

Please sign in to comment.