Skip to content

Commit 9837069

Browse files
committed
Fix path of UIConstants.ini
1 parent 25b051d commit 9837069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TSMapEditor/Constants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace TSMapEditor
55
{
66
public static class Constants
77
{
8-
public const string ReleaseVersion = "1.4.9";
8+
public const string ReleaseVersion = "1.4.10";
99

1010
public static int CellSizeX = 48;
1111
public static int CellSizeY = 24;
@@ -186,7 +186,7 @@ public static void Init()
186186

187187
public static void InitUIConstants()
188188
{
189-
IniFile uiConstantsIni = Helpers.ReadConfigINI("UIConstants.ini");
189+
IniFile uiConstantsIni = Helpers.ReadConfigINI("UI/UIConstants.ini");
190190

191191
UITreeViewLineHeight = uiConstantsIni.GetIntValue("UI", nameof(UITreeViewLineHeight), UITreeViewLineHeight);
192192
}

0 commit comments

Comments
 (0)