Lap times and Gaps are tested (Gaps dont pass for now)

This commit is contained in:
2023-06-01 11:02:21 +02:00
parent ce237a9a3f
commit ddfb325598
+1 -1
View File
@@ -13,7 +13,7 @@ using System.Drawing;
namespace TrackTrends namespace TrackTrends
{ {
internal class DriverLapTimeWindow:Window public class DriverLapTimeWindow:Window
{ {
public DriverLapTimeWindow(Bitmap image, Rectangle bounds, bool generateEngine = true) : base(image, bounds,generateEngine) public DriverLapTimeWindow(Bitmap image, Rectangle bounds, bool generateEngine = true) : base(image, bounds,generateEngine)
{ {