From e81c48f9743def53afa2f171d49683fa2e148289 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 1 Jul 2016 08:15:01 +0100 Subject: [PATCH] Added initializers --- src/osgPlugins/txp/trpage_nodes.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osgPlugins/txp/trpage_nodes.cpp b/src/osgPlugins/txp/trpage_nodes.cpp index 852b1eba1..7d2760496 100644 --- a/src/osgPlugins/txp/trpage_nodes.cpp +++ b/src/osgPlugins/txp/trpage_nodes.cpp @@ -817,6 +817,8 @@ trpgChildRef::~trpgChildRef() // Reset void trpgChildRef::Reset() { + zmin = 0.0f; + zmax = 0.0f; x = -1; y = -1; lod = -1;