Skip to content

Commit

Permalink
[skins] Fall back to default if not found
Browse files Browse the repository at this point in the history
  • Loading branch information
itszn committed Apr 3, 2021
1 parent 606ff80 commit f9754f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Main/src/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,7 @@ bool Application::m_Init()
if (!Path::FileExists(Path::Absolute("skins/" + m_skin)))
{
m_skin = "Default";
g_gameConfig.Set(GameConfigKeys::Skin, m_skin);
}

g_skinConfig = new SkinConfig(m_skin);
Expand Down

0 comments on commit f9754f4

Please sign in to comment.