From 70207750f287cfa00b24e84ce4a2244c2b9c6128 Mon Sep 17 00:00:00 2001 From: elsid Date: Mon, 28 Jul 2025 20:23:45 +0200 Subject: [PATCH] Make tests more stable --- apps/components_tests/detournavigator/navigator.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/components_tests/detournavigator/navigator.cpp b/apps/components_tests/detournavigator/navigator.cpp index a6e1d26c79..d2b48ce623 100644 --- a/apps/components_tests/detournavigator/navigator.cpp +++ b/apps/components_tests/detournavigator/navigator.cpp @@ -985,7 +985,7 @@ namespace 0, 0, 0, 0, 0, // row 0 0, 0, 0, 0, 0, // row 1 0, 0, 1000, 0, 0, // row 2 - 0, 0, 0, 0, 0, // row 3 + 0, 0, 1000, 0, 0, // row 3 0, 0, 0, 0, 0, // row 4 } }; const HeightfieldSurface surface = makeSquareHeightfieldSurface(heightfieldData); @@ -1017,7 +1017,7 @@ namespace 0, 0, 0, 0, 0, // row 0 0, 0, 0, 0, 0, // row 1 0, 0, -1000, 0, 0, // row 2 - 0, 0, 0, 0, 0, // row 3 + 0, 0, -1000, 0, 0, // row 3 0, 0, 0, 0, 0, // row 4 } }; const HeightfieldSurface surface = makeSquareHeightfieldSurface(heightfieldData); @@ -1049,7 +1049,7 @@ namespace 0, 0, 0, 0, 0, // row 0 0, 0, 0, 0, 0, // row 1 0, 0, 1000, 0, 0, // row 2 - 0, 0, 0, 0, 0, // row 3 + 0, 0, 1000, 0, 0, // row 3 0, 0, 0, 0, 0, // row 4 } }; const HeightfieldSurface surface = makeSquareHeightfieldSurface(heightfieldData); @@ -1086,7 +1086,7 @@ namespace 0, 0, 0, 0, 0, // row 0 0, 0, 0, 0, 0, // row 1 0, 0, 1000, 0, 0, // row 2 - 0, 0, 0, 0, 0, // row 3 + 0, 0, 1000, 0, 0, // row 3 0, 0, 0, 0, 0, // row 4 } }; const HeightfieldSurface surface = makeSquareHeightfieldSurface(heightfieldData);