X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Robust%2Fsrc%2FBenchmarks%2FSSJava%2FEyeTracking%2FLEAImplementation.java;h=4b7fc10d89f6493e75aa5f8f7c54aee67733c963;hb=078c9e696cb503f7c52b5b9d79fc1630b772877a;hp=bbdf2ba6ec036c7b60369858665da494dfb4f8c4;hpb=0b2602be836147c37c7aeae49782c51ef7ca7387;p=IRC.git diff --git a/Robust/src/Benchmarks/SSJava/EyeTracking/LEAImplementation.java b/Robust/src/Benchmarks/SSJava/EyeTracking/LEAImplementation.java index bbdf2ba6..4b7fc10d 100644 --- a/Robust/src/Benchmarks/SSJava/EyeTracking/LEAImplementation.java +++ b/Robust/src/Benchmarks/SSJava/EyeTracking/LEAImplementation.java @@ -51,6 +51,8 @@ public class LEAImplementation { if (point != null) { eyePosition = new EyePosition(point, lastRectangle); } + } else { + lastRectangle = null; } System.out.println("eyePosition=" + eyePosition);