BastatDoreau / Mbed 2 deprecated MoveYourTetris

Dependencies:   mbed APDS_9960 mbed-rtos

Dependents:   MoveYourTetris_OK

Revision:
31:7313366789f2
Parent:
30:c647da947bd9
Child:
33:a6f0be429ce0
--- a/src/cCarre.cpp	Thu Apr 21 12:33:58 2016 +0000
+++ b/src/cCarre.cpp	Thu Apr 21 13:25:08 2016 +0000
@@ -27,7 +27,7 @@
     _typeForme = 1;
 }
 
-cCarre::cCarre( int x,  int y) {
+cCarre::cCarre( int y,  int x) {
 	// variables à 0
 	_positionX = x;
 	_positionY = y;