it passes all checkings.
[IRC.git] / Robust / src / Benchmarks / SSJava / EyeTracking / LEAImplementation.java
index bbdf2ba6ec036c7b60369858665da494dfb4f8c4..4b7fc10d89f6493e75aa5f8f7c54aee67733c963 100644 (file)
@@ -51,6 +51,8 @@ public class LEAImplementation {
       if (point != null) {
         eyePosition = new EyePosition(point, lastRectangle);
       }
+    } else {
+      lastRectangle = null;
     }
     System.out.println("eyePosition=" + eyePosition);