BastatDoreau / Mbed 2 deprecated MoveYourTetris

Dependencies:   mbed APDS_9960 mbed-rtos

Dependents:   MoveYourTetris_OK

Revision:
33:a6f0be429ce0
Parent:
31:7313366789f2
--- a/src/cCarre.cpp	Fri Apr 22 06:29:56 2016 +0000
+++ b/src/cCarre.cpp	Fri Apr 22 08:18:46 2016 +0000
@@ -27,7 +27,7 @@
     _typeForme = 1;
 }
 
-cCarre::cCarre( int y,  int x) {
+cCarre::cCarre( int x,  int y) {
 	// variables à 0
 	_positionX = x;
 	_positionY = y;