Changeset 6654


Ignore:
Timestamp:
Dec 4, 2016 4:57:26 PM (7 years ago)
Author:
ldelgass
Message:

fix for building with osgearth 2.8.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/Renderer.cpp

    r6653 r6654  
    18211821        for (size_t i = 0; i < visitor.nodes.size(); i++) {
    18221822            osgEarth::Features::FeatureIndex *index = visitor.nodes[i]->getIndex();
    1823 #if OSGEARTH_MIN_VERSION_REQUIRED(3, 0, 0)
     1823#if OSGEARTH_MIN_VERSION_REQUIRED(2, 8, 0)
    18241824            osgEarth::ObjectID id = index->getObjectID(fid);
    18251825            if (doPlacard) {
Note: See TracChangeset for help on using the changeset viewer.