Activated OCR on all the sectors
This commit is contained in:
+4
-4
@@ -115,11 +115,11 @@ namespace Test_Merge
|
|||||||
result.Sector1 = (int)await (w as DriverSectorWindow).DecodePng();
|
result.Sector1 = (int)await (w as DriverSectorWindow).DecodePng();
|
||||||
//result.Sector1 = 0;
|
//result.Sector1 = 0;
|
||||||
if (sectorCount == 2)
|
if (sectorCount == 2)
|
||||||
//result.Sector2 = (int)await (w as DriverSectorWindow).DecodePng();
|
result.Sector2 = (int)await (w as DriverSectorWindow).DecodePng();
|
||||||
result.Sector2 = 0;
|
//result.Sector2 = 0;
|
||||||
if (sectorCount == 3)
|
if (sectorCount == 3)
|
||||||
//result.Sector3 = (int)await (w as DriverSectorWindow).DecodePng();
|
result.Sector3 = (int)await (w as DriverSectorWindow).DecodePng();
|
||||||
result.Sector3 = 0;
|
//result.Sector3 = 0;
|
||||||
}
|
}
|
||||||
if (w is DriverTyresWindow)
|
if (w is DriverTyresWindow)
|
||||||
//result.CurrentTyre = (Tyre)await (w as DriverTyresWindow).DecodePng();
|
//result.CurrentTyre = (Tyre)await (w as DriverTyresWindow).DecodePng();
|
||||||
|
|||||||
Reference in New Issue
Block a user