We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b051d commit 9837069Copy full SHA for 9837069
src/TSMapEditor/Constants.cs
@@ -5,7 +5,7 @@ namespace TSMapEditor
5
{
6
public static class Constants
7
8
- public const string ReleaseVersion = "1.4.9";
+ public const string ReleaseVersion = "1.4.10";
9
10
public static int CellSizeX = 48;
11
public static int CellSizeY = 24;
@@ -186,7 +186,7 @@ public static void Init()
186
187
public static void InitUIConstants()
188
189
- IniFile uiConstantsIni = Helpers.ReadConfigINI("UIConstants.ini");
+ IniFile uiConstantsIni = Helpers.ReadConfigINI("UI/UIConstants.ini");
190
191
UITreeViewLineHeight = uiConstantsIni.GetIntValue("UI", nameof(UITreeViewLineHeight), UITreeViewLineHeight);
192
}
0 commit comments