From 43891d6cc134c77c5e2410853a6904c9d40a0a57 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 7 Apr 2017 07:11:57 +0100 Subject: [PATCH] Removed unneccessary EXT usage --- examples/osgbindlesstext/osgbindlesstext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgbindlesstext/osgbindlesstext.cpp b/examples/osgbindlesstext/osgbindlesstext.cpp index 625cc015e..4e95cc1fa 100644 --- a/examples/osgbindlesstext/osgbindlesstext.cpp +++ b/examples/osgbindlesstext/osgbindlesstext.cpp @@ -207,7 +207,7 @@ class BindlessTexture: public osg::Texture2D public: typedef osg::ref_ptr BufferRef; typedef std::vector > TextureList; - typedef std::vector HandleList; + typedef std::vector HandleList; typedef osg::ref_ptr< osg::Texture::TextureObject> TextureObjectRef; typedef std::vector TextureObjectList; typedef osg::buffered_object TextureObjectBuffer;