Fixed typo of SEPARATE enums

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14833 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-04-13 11:48:28 +00:00
parent 0a1db3d6fc
commit 87122ca369
7 changed files with 48 additions and 48 deletions

View File

@@ -292,7 +292,7 @@ class OSG_EXPORT Camera : public Transform, public CullSettings
PIXEL_BUFFER_RTT,
PIXEL_BUFFER,
FRAME_BUFFER,
SEPERATE_WINDOW
SEPARATE_WINDOW
};
/** Set the render target.*/