Merge pull request #492 from emminizer/stateattribute-typo

Minor typo fix on osg::StateAttribute
This commit is contained in:
OpenSceneGraph git repository
2018-03-06 09:25:49 +00:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ namespace osg {
// forward declare
class CallbackObject;
class NodeCallback;
class StateAtteributeCallback;
class StateAttributeCallback;
class UniformCallback;
class DrawableUpdateCallback;
class DrawableEventCallback;