Skip to content

Commit

Permalink
fix vrconfig.ini path
Browse files Browse the repository at this point in the history
  • Loading branch information
humbletim committed Sep 2, 2020
1 parent 1b3a08d commit 7809b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/newview/llviewerVR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,7 @@ F32 llviewerVR::Modify(F32 val, F32 step, F32 min, F32 max)
std::string llviewerVR::INISaveRead(bool save)
{
std::string path = getenv("APPDATA");
path.append("\\Firestorm_x64\\vrconfig.ini");
path.append("\\FirestormVR_x64\\vrconfig.ini");
std::string ret;
ret.append(path);
ret.append("\n");
Expand Down

0 comments on commit 7809b12

Please sign in to comment.