From d421e35c8d2253fad41bdc914a4640e02faac065 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 27 Mar 2002 23:04:52 +0000 Subject: [PATCH] A compile fix to the new Texture subload changes. --- include/osg/Texture | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osg/Texture b/include/osg/Texture index e329a8fac..6cd6429bb 100644 --- a/include/osg/Texture +++ b/include/osg/Texture @@ -373,8 +373,8 @@ class SG_EXPORT Texture : public StateAttribute mutable unsigned int _textureWidth, _textureHeight; SubloadMode _subloadMode; - unsigned GLint _subloadOffsX, _subloadOffsY; - unsigned GLsizei _subloadWidth, _subloadHeight; + GLint _subloadOffsX, _subloadOffsY; + GLsizei _subloadWidth, _subloadHeight; // static cache of deleted display lists which can only // by completely deleted once the appropriate OpenGL context