Changeset 8284

Show
Ignore:
Timestamp:
05/08/08 15:22:52
Author:
robert
Message:

From Roland Smeenk, "Small typo and implementation fix for setInitialDrawCallback."

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/include/osg/Camera

    r8272 r8284  
    450450         
    451451        /** Set the initial draw callback for custom operations to be done before the drawing of the camera's subgraph and pre render stages.*/ 
    452         void setIntialDrawCallback(DrawCallback* cb) { _preDrawCallback = cb; } 
     452        void setInitialDrawCallback(DrawCallback* cb) { _initialDrawCallback = cb; } 
    453453 
    454454        /** Get the initial draw callback.*/