diff --git a/include/osg/Image b/include/osg/Image index 349ed3a4f..c2b859bdb 100644 --- a/include/osg/Image +++ b/include/osg/Image @@ -98,7 +98,7 @@ class SG_EXPORT Image : public Object AllocationMode mode, int packing=1); - /** readPixels from screen at specified position and size, using glReadPixels. + /** read pixels from current frame buffer at specified position and size, using glReadPixels. * Create memory for storage if required, reuse existing pixel coords if possible.*/ void readPixels(int x,int y,int width,int height, GLenum pixelFormat,GLenum type);