From 2384e202cdf0d27481e39eb62d8ec02c3e101b26 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Mon, 19 Mar 2018 00:05:39 -0400 Subject: Fix missing default poser --- src/survive.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/survive.c b/src/survive.c index ced2092..24774ed 100755 --- a/src/survive.c +++ b/src/survive.c @@ -203,6 +203,8 @@ SurviveContext * survive_init_internal( int argc, char * const * argv ) ctx->angleproc = survive_default_angle_process; ctx->lighthouseposeproc = survive_default_lighthouse_pose_process; ctx->configfunction = survive_default_htc_config_process; + ctx->rawposeproc = survive_default_raw_pose_process; + return ctx; } -- cgit v1.2.3