The open source OpenXR runtime

a/math: Fix m_filter_f32_run -> m_filter_euro_f32_run

This is currently used in the delay filter in the Mercury SteamVR driver

+1 -1
+1 -1
src/xrt/auxiliary/math/m_filter_one_euro.c
··· 133 133 } 134 134 135 135 void 136 - m_filter_f32_run(struct m_filter_euro_f32 *f, uint64_t ts, const float *in_y, float *out_y) 136 + m_filter_euro_f32_run(struct m_filter_euro_f32 *f, uint64_t ts, const float *in_y, float *out_y) 137 137 { 138 138 139 139 if (filter_one_euro_handle_first_sample(&f->base, ts, true)) {