Skip to content

Commit

Permalink
xrCore: fix loading archive resourses on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Aug 29, 2018
1 parent 3537efd commit f69af7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xrCore/LocatorAPI_defs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ LPCSTR FS_Path::_update(string_path& dest, LPCSTR src) const
R_ASSERT(src);
string_path temp;
xr_strcpy(temp, sizeof(temp), src);
xr_strlwr(temp);
strconcat(sizeof(dest), dest, m_Path, temp);
return dest;
}
Expand Down

0 comments on commit f69af7d

Please sign in to comment.