Changed the title of the ReaderWriter, removing the "Default" word as its no
longer appropriate.
This commit is contained in:
@@ -313,7 +313,7 @@ static void RawImageGetData(rawImageRec *raw, unsigned char **data )
|
||||
class ReaderWriterRGB : public osgDB::ReaderWriter
|
||||
{
|
||||
public:
|
||||
virtual const char* className() { return "Default RGB Image Reader/Writer"; }
|
||||
virtual const char* className() { return "RGB Image Reader/Writer"; }
|
||||
|
||||
virtual bool acceptsExtension(const std::string& extension)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user