aboutsummaryrefslogtreecommitdiff
path: root/simple_pose_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'simple_pose_test.c')
-rw-r--r--simple_pose_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/simple_pose_test.c b/simple_pose_test.c
index 1696366..d28e78d 100644
--- a/simple_pose_test.c
+++ b/simple_pose_test.c
@@ -168,6 +168,7 @@ int main( int argc, char ** argv )
survive_install_pose_fn(ctx, testprog_raw_pose_process);
//survive_install_angle_fn(ctx, testprog_angle_process );
+#if 0 //Don't reset poses
ctx->bsd[0].PositionSet = ctx->bsd[1].PositionSet = 1;
int i;
for( i = 0; i < 2; i++ )
@@ -181,7 +182,7 @@ int main( int argc, char ** argv )
p->Rot[2] = 0;
p->Rot[3] = 0;
}
-
+#endif
OGCreateThread( GUIThread, 0 );
if( !ctx )