Change enum name to be consistent with assciated class name

This commit is contained in:
OpenSceneGraph git repository
2018-01-01 10:13:14 +00:00
committed by GitHub
parent 9d4ee0d766
commit e27148240a

View File

@@ -207,7 +207,8 @@ class OSG_EXPORT StateAttribute : public Object
VIEWPORTINDEXED,
DEPTHRANGEINDEXED,
SCISSORINDEXED,
IMAGE,
IMAGETEXTURE,
CAPABILITY = 100
};