diff --git a/src/osgPlugins/txp/trpage_tile.cpp b/src/osgPlugins/txp/trpage_tile.cpp index 81921d053..cb244e3be 100644 --- a/src/osgPlugins/txp/trpage_tile.cpp +++ b/src/osgPlugins/txp/trpage_tile.cpp @@ -327,6 +327,7 @@ trpgTileHeader::trpgTileHeader() { col = -1; row = -1; + date = -1; } trpgTileHeader::~trpgTileHeader() { @@ -339,6 +340,7 @@ void trpgTileHeader::Reset() locMats.resize(0); col = -1; row = -1; + date = -1; } // Set functions