From 8f2a688eff5b298dc25285318ba400bf5d6eb689 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 4 Nov 2003 22:00:16 +0000 Subject: [PATCH] Added TextureObjectManager constructor. --- include/osg/Texture | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/osg/Texture b/include/osg/Texture index 1bba25be4..27961800a 100644 --- a/include/osg/Texture +++ b/include/osg/Texture @@ -483,7 +483,10 @@ class SG_EXPORT Texture : public osg::StateAttribute class SG_EXPORT TextureObjectManager : public osg::Referenced { - public: + public: + + TextureObjectManager(): + _expiryDelay(0.0) {} virtual TextureObject* generateTextureObject(unsigned int contextID,GLenum target);