From 2926488e8eb76162f7554d71ce4f3b6d9679d1c8 Mon Sep 17 00:00:00 2001 From: mreiter Date: Sun, 4 Jun 2017 00:01:44 -0400 Subject: [PATCH] Updated the filter category to work with KSP 1.3. --- InfernalRobotics/InfernalRobotics/Gui/EditorCategory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InfernalRobotics/InfernalRobotics/Gui/EditorCategory.cs b/InfernalRobotics/InfernalRobotics/Gui/EditorCategory.cs index db7d48ac..a50aae27 100644 --- a/InfernalRobotics/InfernalRobotics/Gui/EditorCategory.cs +++ b/InfernalRobotics/InfernalRobotics/Gui/EditorCategory.cs @@ -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);