From 9ff7933d9646c04ca537e78b14fa61a4028d7f2c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 19 May 2004 09:12:52 +0000 Subject: [PATCH] Added GL_RESCALE_NORMAL to allow compilation with GL1.1 headers --- include/osg/Transform | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/osg/Transform b/include/osg/Transform index 051724234..c20921053 100644 --- a/include/osg/Transform +++ b/include/osg/Transform @@ -17,6 +17,10 @@ #include #include +#ifndef GL_RESCALE_NORMAL +#define GL_RESCALE_NORMAL 0x803A +#endif + namespace osg {