From 82bbcef1174a0036c8dc3980c26bbe29152a2b5b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 10 Sep 2013 13:29:28 +0000 Subject: [PATCH] From Giuseppe Donvito, Fixed typo of "CLEAR_GLOBAL_STATESET = 0x16," to indended "CLEAR_GLOBAL_STATESET = "0x10". --- include/osgUtil/SceneView | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgUtil/SceneView b/include/osgUtil/SceneView index 24fd562e1..d1def681d 100644 --- a/include/osgUtil/SceneView +++ b/include/osgUtil/SceneView @@ -51,7 +51,7 @@ class OSGUTIL_EXPORT SceneView : public osg::Object, public osg::CullSettings SKY_LIGHT = 0x2, COMPILE_GLOBJECTS_AT_INIT = 0x4, APPLY_GLOBAL_DEFAULTS = 0x8, - CLEAR_GLOBAL_STATESET = 0x16, + CLEAR_GLOBAL_STATESET = 0x10, STANDARD_SETTINGS = HEADLIGHT | COMPILE_GLOBJECTS_AT_INIT | APPLY_GLOBAL_DEFAULTS |