aboutsummaryrefslogtreecommitdiff
path: root/src/survive.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive.c')
-rwxr-xr-xsrc/survive.c2
1 files changed, 2 insertions, 0 deletions
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;
}