diff --git a/Marlin/ubl_G29.cpp b/Marlin/ubl_G29.cpp
index a7071ae6de6906bce6aabbdef8e1b7f408f7723e..a4269f13ef64a9777f9f17ae68bd8b96f59269ee 100755
--- a/Marlin/ubl_G29.cpp
+++ b/Marlin/ubl_G29.cpp
@@ -342,6 +342,7 @@
           break;            // No more invalid Mesh Points to populate
         }
         ubl.z_values[location.x_index][location.y_index] = NAN;
+        cnt++;
       }
       SERIAL_PROTOCOLLNPGM("Locations invalidated.\n");
     }