aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-04-03 00:56:56 -0400
committerCharles Lohr <lohr85@gmail.com>2018-04-04 04:27:06 +0000
commitfdbe85e242cec2765041404214eb03a16dde91fc (patch)
tree285b0a6e7d10d95806b9061ae022f8e9afae7ddb
parent18b20af7195b94889924156de2b4aa704b2c7391 (diff)
downloadlibsurvive-fdbe85e242cec2765041404214eb03a16dde91fc.tar.gz
libsurvive-fdbe85e242cec2765041404214eb03a16dde91fc.tar.bz2
For the same of simplifying testing, this seems like the best tool. Its original usefulness has since dried up but it can live again as a slightly different tool.
-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 )