diff -r 08f96aad0127 -r 15b11d291417 middleware/Tracking/Postures/CorrectPosture.cs --- a/middleware/Tracking/Postures/CorrectPosture.cs Thu Jun 21 16:54:04 2012 +0200 +++ b/middleware/Tracking/Postures/CorrectPosture.cs Thu Jun 21 17:13:40 2012 +0200 @@ -1,4 +1,4 @@ -/* +/* * This file is part of the TraKERS\Middleware package. * * (c) IRI @@ -67,8 +67,6 @@ c13 = localState[(int)JointType.ShoulderRight].Position.X > localState[(int)JointType.ShoulderLeft].Position.X && localState[(int)JointType.KneeRight].Position.X < localState[(int)JointType.KneeLeft].Position.X; if (c1 || c2 || c3 || c4 || c5 || c6 || c7 || c8 || c9 || c10 || c11 || c12 || c13) { - //debug.showCorrect(c1, c2, c3, c4, c5, c6, c7, c8, c9, c12, c13); - //Console.WriteLine("NOT DETECTED"); return false; } return true;