Now the OCR is operationnal

This commit is contained in:
2023-05-12 13:43:52 +02:00
parent d722015cd1
commit b6de154438
2 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -114,8 +114,7 @@ namespace Test_Merge
result.Sector3 = (int)await (w as DriverSectorWindow).DecodePng();
}
if (w is DriverTyresWindow)
//result.CurrentTyre = (Tyre)await (w as DriverTyresWindow).DecodePng();
result.CurrentTyre = new Tyre(Tyre.Type.Undefined,0);
result.CurrentTyre = (Tyre)await (w as DriverTyresWindow).DecodePng();
}
return result;
}