From e27148240a25a04e5992dde713f1ab85abb39bad Mon Sep 17 00:00:00 2001 From: OpenSceneGraph git repository Date: Mon, 1 Jan 2018 10:13:14 +0000 Subject: [PATCH] Change enum name to be consistent with assciated class name --- include/osg/StateAttribute | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/osg/StateAttribute b/include/osg/StateAttribute index 671105fb4..b5e66ff3b 100644 --- a/include/osg/StateAttribute +++ b/include/osg/StateAttribute @@ -207,7 +207,8 @@ class OSG_EXPORT StateAttribute : public Object VIEWPORTINDEXED, DEPTHRANGEINDEXED, SCISSORINDEXED, - IMAGE, + + IMAGETEXTURE, CAPABILITY = 100 };