From 51a4de5ec7ac41f6f6e80bb96ef94bfd258ce611 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 14 May 2007 16:16:22 +0000 Subject: [PATCH] Fixed parameter name --- include/osg/DrawPixels | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/DrawPixels b/include/osg/DrawPixels index eb6e68072..f47783f65 100644 --- a/include/osg/DrawPixels +++ b/include/osg/DrawPixels @@ -57,7 +57,7 @@ class OSG_EXPORT DrawPixels : public Drawable void setSubImageDimensions(unsigned int offsetX,unsigned int offsetY,unsigned int width,unsigned int height); void getSubImageDimensions(unsigned int& offsetX,unsigned int& offsetY,unsigned int& width,unsigned int& height) const; - virtual void drawImplementation(RenderInfo& state) const; + virtual void drawImplementation(RenderInfo& renderInfo) const; virtual BoundingBox computeBound() const;