From 02249f71507756105a2c55b85c506a4ae0373593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Sat, 19 Mar 2016 22:14:41 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20du=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index a3b8281..1c0f6b1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -8,7 +8,7 @@ int main() { Engine engine; Ball ball1(3.5f * Constants::GRID, 10 * Constants::GRID); - Ball ball2(4.5f * Constants::GRID, 10 * Constants::GRID); + Ball ball2(18.5f * Constants::GRID, 10 * Constants::GRID); Block block01(2 * Constants::GRID, 10 * Constants::GRID); Block block02(2 * Constants::GRID, 11 * Constants::GRID); Block block03(3 * Constants::GRID, 11 * Constants::GRID); @@ -30,7 +30,7 @@ int main() { Block block19(19 * Constants::GRID, 11 * Constants::GRID); Block block20(20 * Constants::GRID, 10 * Constants::GRID); Block block21(20 * Constants::GRID, 11 * Constants::GRID); - Block block22(19 * Constants::GRID, 10 * Constants::GRID); + Block block22(11 * Constants::GRID, 10 * Constants::GRID); ball1.setCharge(-.01f); ball2.setCharge(-.01f);