Skip to content

Commit

Permalink
AP_Terrain: terrain offset max default to 30m
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 authored and tridge committed Mar 14, 2023
1 parent 9f3693b commit c039c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Terrain/AP_Terrain.cpp
Expand Up @@ -75,7 +75,7 @@ const AP_Param::GroupInfo AP_Terrain::var_info[] = {
// @Units: m
// @Range: 0 50
// @User: Advanced
AP_GROUPINFO("OFS_MAX", 4, AP_Terrain, offset_max, 15),
AP_GROUPINFO("OFS_MAX", 4, AP_Terrain, offset_max, 30),

AP_GROUPEND
};
Expand Down

0 comments on commit c039c34

Please sign in to comment.