mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 07:16:31 -04:00
Merge branch 'fix_tests' into 'master'
Make tests more stable See merge request OpenMW/openmw!4818
This commit is contained in:
commit
45a7040bc7
@ -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