fix zooming in map matcher

This commit is contained in:
Alex Bezdieniezhnykh
2025-07-08 19:33:22 +03:00
parent 6229ca8a03
commit 938fd36aec
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ public class Constants
public static readonly GpsDeniedConfig DefaultGpsDeniedConfig = new()
{
MinKeyPoints = 15
MinKeyPoints = 11
};
# endregion