Skip to content

Commit

Permalink
cleanup: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Detegr committed Oct 25, 2024
1 parent 8c95ff1 commit 53060c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenXR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ OpenXR::OpenXR()

try {
xr_convert_win32_performance_counter_to_time = get_extension<PFN_xrConvertWin32PerformanceCounterToTimeKHR>(instance, "xrConvertWin32PerformanceCounterToTimeKHR");
} catch (const std::runtime_error& e) {
} catch (const std::runtime_error&) {
dbg("Not using prediction dampening as xrConvertWin32PerformanceCounterToTimeKHR function was not found");
xr_convert_win32_performance_counter_to_time = nullptr;
}
Expand Down

0 comments on commit 53060c4

Please sign in to comment.