Skip to content

Commit f69af7d

Browse files
committed
xrCore: fix loading archive resourses on windows
1 parent 3537efd commit f69af7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xrCore/LocatorAPI_defs.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ LPCSTR FS_Path::_update(string_path& dest, LPCSTR src) const
116116
R_ASSERT(src);
117117
string_path temp;
118118
xr_strcpy(temp, sizeof(temp), src);
119+
xr_strlwr(temp);
119120
strconcat(sizeof(dest), dest, m_Path, temp);
120121
return dest;
121122
}

0 commit comments

Comments
 (0)