This commit is contained in:
13038267101 2023-03-01 15:41:04 +08:00
parent ca96accbbc
commit af2b076a81
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerCommand>ProductionTool.exe</LocalDebuggerCommand>
<LocalDebuggerWorkingDirectory>C:\Program Files (x86)\HGProductionTool\ProductionTool.exe</LocalDebuggerWorkingDirectory>
<LocalDebuggerAttach>true</LocalDebuggerAttach>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerDebuggerType>NativeOnly</LocalDebuggerDebuggerType>
</PropertyGroup>
</Project>

View File

@ -1008,7 +1008,7 @@ public:
break;
if (is_distortion_get_image_abnormal)
return;
return -1;
Sleep(1000);
cnt++;