Skip to content

Commit

Permalink
Load system.cfg with correct case on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-n committed Jul 23, 2024
1 parent 40f2a9d commit 8825983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SourceCode/CrySystem/SystemInit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ bool CSystem::Init( const SSystemInitParams &params )
//Load config files
//////////////////////////////////////////////////////////////////////////

LoadConfiguration("System.Cfg");
LoadConfiguration("system.cfg");
LoadConfiguration("SystemCfgOverride.Cfg");

//////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 8825983

Please sign in to comment.