Removed inappropriate static usage

This commit is contained in:
Robert Osfield
2011-12-19 16:18:18 +00:00
parent c86e2361d2
commit 0af31eff5d

View File

@@ -577,7 +577,7 @@ static void fillSpotLightImage(unsigned char* ptr, const osg::Vec4& centerColour
}
}
static osg::Image* createSpotLightImage(const osg::Vec4& centerColour, const osg::Vec4& backgroudColour, unsigned int size, float power)
osg::Image* createSpotLightImage(const osg::Vec4& centerColour, const osg::Vec4& backgroudColour, unsigned int size, float power)
{
#if 0