mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-08 22:34:33 +00:00
Merge branch 'fix_tests' into 'master'
Make tests more stable See merge request OpenMW/openmw!4818
This commit is contained in:
commit
45a7040bc7
1 changed files with 4 additions and 4 deletions
|
|
@ -985,7 +985,7 @@ namespace
|
||||||
0, 0, 0, 0, 0, // row 0
|
0, 0, 0, 0, 0, // row 0
|
||||||
0, 0, 0, 0, 0, // row 1
|
0, 0, 0, 0, 0, // row 1
|
||||||
0, 0, 1000, 0, 0, // row 2
|
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
|
0, 0, 0, 0, 0, // row 4
|
||||||
} };
|
} };
|
||||||
const HeightfieldSurface surface = makeSquareHeightfieldSurface(heightfieldData);
|
const HeightfieldSurface surface = makeSquareHeightfieldSurface(heightfieldData);
|
||||||
|
|
@ -1017,7 +1017,7 @@ namespace
|
||||||
0, 0, 0, 0, 0, // row 0
|
0, 0, 0, 0, 0, // row 0
|
||||||
0, 0, 0, 0, 0, // row 1
|
0, 0, 0, 0, 0, // row 1
|
||||||
0, 0, -1000, 0, 0, // row 2
|
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
|
0, 0, 0, 0, 0, // row 4
|
||||||
} };
|
} };
|
||||||
const HeightfieldSurface surface = makeSquareHeightfieldSurface(heightfieldData);
|
const HeightfieldSurface surface = makeSquareHeightfieldSurface(heightfieldData);
|
||||||
|
|
@ -1049,7 +1049,7 @@ namespace
|
||||||
0, 0, 0, 0, 0, // row 0
|
0, 0, 0, 0, 0, // row 0
|
||||||
0, 0, 0, 0, 0, // row 1
|
0, 0, 0, 0, 0, // row 1
|
||||||
0, 0, 1000, 0, 0, // row 2
|
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
|
0, 0, 0, 0, 0, // row 4
|
||||||
} };
|
} };
|
||||||
const HeightfieldSurface surface = makeSquareHeightfieldSurface(heightfieldData);
|
const HeightfieldSurface surface = makeSquareHeightfieldSurface(heightfieldData);
|
||||||
|
|
@ -1086,7 +1086,7 @@ namespace
|
||||||
0, 0, 0, 0, 0, // row 0
|
0, 0, 0, 0, 0, // row 0
|
||||||
0, 0, 0, 0, 0, // row 1
|
0, 0, 0, 0, 0, // row 1
|
||||||
0, 0, 1000, 0, 0, // row 2
|
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
|
0, 0, 0, 0, 0, // row 4
|
||||||
} };
|
} };
|
||||||
const HeightfieldSurface surface = makeSquareHeightfieldSurface(heightfieldData);
|
const HeightfieldSurface surface = makeSquareHeightfieldSurface(heightfieldData);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue