diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-10-16 04:44:21 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-10-16 04:44:21 (GMT) |
commit | 7735f5510cdc2d396092d04ed98a2dbaec347608 (patch) | |
tree | b97a7d472a310e5c3c5d2f69465c62b4e0bafc4e /tests/throwntogethertest.cc | |
parent | e79ee827185e19daac8f4d2385cce44098374d64 (diff) |
opencsgtest and throwntogethertest windows fix
Diffstat (limited to 'tests/throwntogethertest.cc')
-rw-r--r-- | tests/throwntogethertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/throwntogethertest.cc b/tests/throwntogethertest.cc index ba0a682..5a4f14f 100644 --- a/tests/throwntogethertest.cc +++ b/tests/throwntogethertest.cc @@ -1,5 +1,5 @@ #include "csgtestcore.h" int main(int argc, char* argv[]) { - return csgtestcore(argc+1, argv, TEST_THROWNTOGETHER); + return csgtestcore(argc, argv, TEST_THROWNTOGETHER); } |