diff options
Diffstat (limited to 'Client/Source/Phy2D/Tests/test_p2d.cpp')
-rw-r--r-- | Client/Source/Phy2D/Tests/test_p2d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Client/Source/Phy2D/Tests/test_p2d.cpp b/Client/Source/Phy2D/Tests/test_p2d.cpp index 9d27db8..ff040c5 100644 --- a/Client/Source/Phy2D/Tests/test_p2d.cpp +++ b/Client/Source/Phy2D/Tests/test_p2d.cpp @@ -462,7 +462,7 @@ static void InitDemo() bomb = NULL; demoIndex = 0; - Demo8(bodies, joints); + Demo5(bodies, joints); } int main(int argc, char **argv) { |