From 99458d061dd9b158b80fa75c4d9a5a79a6e412a2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 30 Jun 2016 14:04:52 +0100 Subject: [PATCH] Added initializers --- src/osgPlugins/txp/trpage_managers.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/osgPlugins/txp/trpage_managers.cpp b/src/osgPlugins/txp/trpage_managers.cpp index 079a0e832..2f27b1b0a 100644 --- a/src/osgPlugins/txp/trpage_managers.cpp +++ b/src/osgPlugins/txp/trpage_managers.cpp @@ -251,6 +251,14 @@ trpgPageManager::LodPageInfo::LodPageInfo() valid = false; pageDist = 0.0; cell.x = cell.y = -100; + + lod = 0; + maxNumTiles = 0; + activeLoad = false; + activeUnload = false; + majorVersion = 0; + minorVersion = 0; + tileTable = 0; } trpgPageManager::LodPageInfo::~LodPageInfo()