X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2FentityCreator.cpp;h=a183d87ff6911bc078b7ad4ab53df718d8b347a2;hp=078e40fae34bca9f1bdaaf9d62bc6cb818a09f57;hb=094a13b85bb8ab6011907cdea75216cc1040b1c4;hpb=b8adb435d85694b9b62e8be2fd63fe41b361a132 diff --git a/src/entityCreator.cpp b/src/entityCreator.cpp index 078e40f..a183d87 100644 --- a/src/entityCreator.cpp +++ b/src/entityCreator.cpp @@ -43,7 +43,7 @@ void creator::init() ball = new Ball(Vector2(100, 100), 20, cGreen); - ball->applyImpulse(Vector2(-0.15,0.05)), + ball->applyImpulse(Vector2(-0.15,0.55)), Balls.push(ball); manager::add(ball);