The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

(NFC) h/mercury: Random nit in if case

authored by

Moses Turner and committed by
Moses Turner
266aec20 79701d85

+3 -4
+3 -4
src/xrt/tracking/hand/mercury/hg_model.cpp
··· 234 234 *out_refined_y = coarse_y; 235 235 HG_DEBUG(hgt, "Failed! %d %d %d %d %d", coarse_x, coarse_y, w, h, max_kern_width); 236 236 return false; 237 - } else { 238 - *out_refined_x = sum_of_values_times_locations_x / sum_of_values; 239 - *out_refined_y = sum_of_values_times_locations_y / sum_of_values; 240 - return true; 241 237 } 238 + *out_refined_x = sum_of_values_times_locations_x / sum_of_values; 239 + *out_refined_y = sum_of_values_times_locations_y / sum_of_values; 240 + return true; 242 241 } 243 242 244 243 static bool