Skip to content

Commit

Permalink
Fixed inconsistent tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-mon authored and praydog committed Mar 12, 2024
1 parent 35667bb commit 76e3867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mods/vr/runtimes/OpenXR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -993,8 +993,8 @@ std::optional<std::string> OpenXR::initialize_actions(const std::string& json_st

// If not, check for global profile in UEVR\Profiles dir
if (!std::filesystem::exists(filename)) {
filename = (Framework::get_persistent_dir() / ".." / "UEVR" / "Profiles" / profile_file).string();
spdlog::info("[VR] Setting bindings file to {}", filename);
filename = (Framework::get_persistent_dir() / ".." / "UEVR" / "Profiles" / profile_file).string();
spdlog::info("[VR] Setting bindings file to {}", filename);
}

// check if the file exists
Expand Down

0 comments on commit 76e3867

Please sign in to comment.