diff --git a/src/THcHodoscope.cxx b/src/THcHodoscope.cxx
index 4b6b8a3a573966c0fcc005370830eeda4298c467..58c076f5954521d3c75520caaa84e4df4b1130ba 100644
--- a/src/THcHodoscope.cxx
+++ b/src/THcHodoscope.cxx
@@ -751,8 +751,8 @@ void THcHodoscope::EstimateFocalPlaneTime()
 	  hit->SetTwoGoodTimes(kFALSE);
 	}
       }
+      ihit++;
     }
-    ihit++;
     fPlanes[ip]->SetFpTime(Plane_fptime_sum/float(Ngood_hits_plane));
     fPlanes[ip]->SetNGoodHits(Ngood_hits_plane);
   }