Code comments, log strings and some variable spell fixes.
This commit is contained in:
committed by
Robert Osfield
parent
300ba7aa02
commit
2ade061ced
@@ -52,7 +52,7 @@ class ReaderWriterAVFoundation : public osgDB::ReaderWriter
|
||||
if (ext=="avfoundation")
|
||||
{
|
||||
fileName = osgDB::getNameLessExtension(fileName);
|
||||
OSG_INFO<<"AVFoundation stipped filename = "<<fileName<<std::endl;
|
||||
OSG_INFO<<"AVFoundation stripped filename = "<<fileName<<std::endl;
|
||||
}
|
||||
if (!osgDB::containsServerAddress(fileName))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user