mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 15:27:13 -04:00
Make tests more stable
This commit is contained in:
parent
176dab5b3d
commit
70207750f2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user