aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/WindowManager.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-06-20 17:21:27 -0400
committerlempamo <[email protected]>2017-06-20 17:21:27 -0400
commitfc728100a39bff88215b0b21602afbda9ff6b00b (patch)
tree5d99edd1c5320dc47872a829306a02641577543c /TimeHACK.Engine/WindowManager.cs
parente83df06641d130fb979b562ab74e284f5952c9e0 (diff)
parentffc4a480f23e38d58a3b4c940e3045237835a342 (diff)
downloadhistacom2-fc728100a39bff88215b0b21602afbda9ff6b00b.tar.gz
histacom2-fc728100a39bff88215b0b21602afbda9ff6b00b.tar.bz2
histacom2-fc728100a39bff88215b0b21602afbda9ff6b00b.zip
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Engine/WindowManager.cs')
-rw-r--r--TimeHACK.Engine/WindowManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs
index 2d5ef8a..aa9d941 100644
--- a/TimeHACK.Engine/WindowManager.cs
+++ b/TimeHACK.Engine/WindowManager.cs
@@ -19,7 +19,7 @@ namespace TimeHACK.Engine
app.Width = content.Width + 8;
app.Height = content.Height + 26;
// Initialize Font
- pfc.AddFontFile(AppDomain.CurrentDomain.BaseDirectory + "\\LeviWindows.ttf");
+ pfc.AddFontFile(SaveSystem.GameDirectory + "\\Data\\LeviWindows.ttf");
Font fnt = new Font(pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
app.fnt = fnt;
app.Title.Font = new Font(pfc.Families[0], 16F, FontStyle.Bold, GraphicsUnit.Point, ((0)));