From 50ac8b007a5adcac5e6b84e0ed903c2cc0fff8c6 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期六, 16 八月 2025 17:11:56 +0800
Subject: [PATCH] 1. 还原离线全部执行

---
 EdgeInspector_App/Process/InspectCamera.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/EdgeInspector_App/Process/InspectCamera.cpp b/EdgeInspector_App/Process/InspectCamera.cpp
index 7e3d195..e59daf0 100644
--- a/EdgeInspector_App/Process/InspectCamera.cpp
+++ b/EdgeInspector_App/Process/InspectCamera.cpp
@@ -479,7 +479,7 @@
 #if 1
 	int nMeasureCount = parm.m_nSideDimensionCount;
 	for (int nMeasurePointIdx = 0; nMeasurePointIdx < nMeasureCount; nMeasurePointIdx++) {
-		if (nMeasurePointIdx == MAX_SIDE_DIMENSION_MEASURE_COUNT) {
+		if (nMeasurePointIdx == MAX_SIDE_DIMENSION_MEASURE_COUNT || nMeasurePointIdx == MAX_RIP_SAMPLE_COUNT) {
 			break;
 		}
 

--
Gitblit v1.9.3