Browse Source

geo: zeroing static unnecessary

master
Daniel Agar 7 years ago
parent
commit
2100127304
  1. 2
      geo/geo.cpp

2
geo/geo.cpp

@ -53,7 +53,7 @@ @@ -53,7 +53,7 @@
* formulas according to: http://mathworld.wolfram.com/AzimuthalEquidistantProjection.html
*/
static struct map_projection_reference_s mp_ref = {};
static struct map_projection_reference_s mp_ref;
static struct globallocal_converter_reference_s gl_ref = {0.0f, false};
bool map_projection_global_initialized()

Loading…
Cancel
Save