Correction du main

This commit is contained in:
Mattéo Delabre 2016-03-09 20:01:50 +01:00
parent 289b2dffea
commit ad35e95865
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
int main() {
Engine engine;
Ball ball;
Ball ball(0, 0);
engine.addObject(&ball);
engine.start();