From 75d35b6ba1d04f1e6cc824cadbc46a8a43fc17ab Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 1 Mar 2008 12:50:54 +0000 Subject: [PATCH] Fixed typo --- include/osg/Camera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Camera b/include/osg/Camera index 84bff9af0..3a6cbde0d 100644 --- a/include/osg/Camera +++ b/include/osg/Camera @@ -414,7 +414,7 @@ class OSG_EXPORT Camera : public Transform, public CullSettings DrawCallback* getInitialDrawCallback() { return _initialDrawCallback.get(); } /** Get the const initial draw callback.*/ - const DrawCallback* getUnitialDrawCallback() const { return _initialDrawCallback.get(); } + const DrawCallback* getInitialDrawCallback() const { return _initialDrawCallback.get(); } /** Set the pre draw callback for custom operations to be done before the drawing of the camera's subgraph but after any pre render stages have been completed.*/