Fixed indentation, replacing tabs with spaces
This commit is contained in:
parent
ae341a8787
commit
653c0692b6
@ -136,7 +136,7 @@ public:
|
||||
{
|
||||
const std::string ext = osgDB::getLowerCaseFileExtension(filename);
|
||||
const std::string pro = osgDB::getServerProtocol(filename);
|
||||
if (!acceptsExtension(ext) && !acceptsProtocol(pro)) return ReadResult::FILE_NOT_HANDLED;
|
||||
if (!acceptsExtension(ext) && !acceptsProtocol(pro)) return ReadResult::FILE_NOT_HANDLED;
|
||||
|
||||
if (ext=="ffmpeg") return readImage(osgDB::getNameLessExtension(filename),options);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user