Skip to content

Commit

Permalink
GARS: fix teeny init() bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Jun 28, 2017
1 parent a81fbe7 commit 21e97b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
2 changes: 2 additions & 0 deletions src/osgEarthUtil/GARSGraticule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ GARSGraticule::dirty()
void
GARSGraticule::init()
{
VisibleLayer::init();

osg::StateSet* ss = this->getOrCreateStateSet();
ss->setMode( GL_DEPTH_TEST, 0 );
ss->setMode( GL_LIGHTING, 0 );
Expand Down
36 changes: 0 additions & 36 deletions tests/graticule.earth

This file was deleted.

0 comments on commit 21e97b3

Please sign in to comment.