Skip to content

Commit

Permalink
Fix xrGetSystem() to only re-query/update state when the HMD serial c…
Browse files Browse the repository at this point in the history
…hanged.
  • Loading branch information
mbucchia committed Sep 10, 2023
1 parent 9cee08c commit 79fc7eb
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 151 deletions.
1 change: 0 additions & 1 deletion pimax-openxr/runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ namespace pimax_openxr {
std::map<std::pair<std::string, std::string>, MappingFunction> m_controllerMappingTable;
std::map<std::string, CheckValidPathFunction> m_controllerValidPathsTable;
wil::unique_registry_watcher m_registryWatcher;
bool m_loggedProductName{false};
bool m_loggedResolution{false};
std::string m_applicationName;
bool m_needWorldLockedQuadLayerQuirk{false};
Expand Down
Loading

0 comments on commit 79fc7eb

Please sign in to comment.