Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gwaldron/osgearth
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Jan 20, 2015
2 parents df33369 + 720d47c commit c9d65a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osgEarthDrivers/kml/KML_Polygon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ KML_Polygon::parseCoords( xml_node<>* node, KMLContext& cx )

for (xml_node<>* n = node->first_node("innerboundaryis", 0, false); n; n = n->next_sibling("innerboundaryis", 0, false))
{
xml_node<>* innerRing = outer->first_node("linearring", 0, false);
xml_node<>* innerRing = n->first_node("linearring", 0, false);
if ( innerRing )
{
KML_LinearRing inner;
Expand Down

0 comments on commit c9d65a0

Please sign in to comment.