Minor typo fix on osg::StateAttribute

This commit is contained in:
Daniel Emminizer
2018-03-05 10:26:54 -05:00
parent 1b8567e11e
commit 28544a4e29

View File

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