Merge pull request #833 from cj-mcdonald/osga-fix
Update ReaderWriterOSGA.cpp
This commit is contained in:
@@ -80,7 +80,6 @@ public:
|
||||
|
||||
local_options->setDatabasePath(file);
|
||||
|
||||
ReadResult result_2;
|
||||
switch (type) {
|
||||
default:
|
||||
case READ_OBJECT:
|
||||
@@ -112,7 +111,7 @@ public:
|
||||
|
||||
virtual ReadResult readNode(const std::string& file, const Options* options) const
|
||||
{
|
||||
return readMasterFile(READ_IMAGE, file, options);
|
||||
return readMasterFile(READ_NODE, file, options);
|
||||
}
|
||||
|
||||
virtual ReadResult readShader(const std::string& file, const Options* options) const
|
||||
|
||||
Reference in New Issue
Block a user