From 049d64dd20b887cc17b2b511c001902dcc34659f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 28 Jun 2016 16:44:24 +0100 Subject: [PATCH] Added initializer --- src/osgPlugins/txp/trpage_warchive.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPlugins/txp/trpage_warchive.cpp b/src/osgPlugins/txp/trpage_warchive.cpp index 94c483398..e39b04da4 100644 --- a/src/osgPlugins/txp/trpage_warchive.cpp +++ b/src/osgPlugins/txp/trpage_warchive.cpp @@ -960,6 +960,7 @@ void trpgwGeomHelper::init(trpgWriteBuffer *ibuf,int dtype) dataType = dtype; zmin = 1e12; zmax = -1e12; + mode = 0; } // Reset back to a clean state (except for the buffer) void trpgwGeomHelper::Reset()