Skip to content

Commit

Permalink
longitude
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jan 1, 2024
1 parent eebee0c commit d558ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksp_plugin_adapter/map_node_pool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void RenderMarkers(
out double altitude);
var terrain_altitude = centre.TerrainAltitude(
latitude,
latitude,
longitude,
allowNegative: !centre.ocean);
if (altitude < terrain_altitude) {
if (provenance.source == NodeSource.Prediction) {
Expand Down

0 comments on commit d558ea5

Please sign in to comment.