From 9f259731f8b539b436976d6a683f75dd4bb709d9 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 1 Jul 2016 08:37:48 +0100 Subject: [PATCH] Added initializer --- src/osgPlugins/txp/trpage_geom.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPlugins/txp/trpage_geom.cpp b/src/osgPlugins/txp/trpage_geom.cpp index d1c518342..0a8a3704f 100644 --- a/src/osgPlugins/txp/trpage_geom.cpp +++ b/src/osgPlugins/txp/trpage_geom.cpp @@ -217,6 +217,7 @@ void trpgGeometry::SetColors(int num,ColorType type,BindType bind,const trpgColo // Constructor trpgTexData::trpgTexData() { + bind = 0; } trpgTexData::~trpgTexData() {