Skip to content

Commit

Permalink
Fix bad merge of TiledModelLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbeverage committed Feb 20, 2025
1 parent 03112b0 commit 46a69fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osgEarth/TiledModelLayer
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ namespace osgEarth
virtual void create();
osg::ref_ptr<osg::Group> _root;

private:
protected:
osg::observer_ptr<const Map> _map;
bool _graphDirty;
osg::ref_ptr<StateSetCache> _statesetCache;
Expand Down

0 comments on commit 46a69fb

Please sign in to comment.