Make the course grid a bit finer.
This commit is contained in:
parent
13e1be6c06
commit
a00eb22170
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
extern int nudge;
|
||||
|
||||
// Final grid size for airport surface (in meters)
|
||||
const double coarse_grid = 500.0;
|
||||
const double coarse_grid = 300.0;
|
||||
|
||||
// compared to the average surface elevation, clamp all values within
|
||||
// this many meters of the average
|
||||
|
|
Loading…
Reference in a new issue