From d99e7a2d005569d002f69173b743a7d6f05b1c42 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 18 Dec 2003 20:53:23 +0000 Subject: [PATCH] Changed inline docs for readPixels to say "read pixels from current frame buffer" --- include/osg/Image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);