Skip to content

Commit

Permalink
Remove deprecated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuerste committed Jun 26, 2023
1 parent ad8df1d commit fe9d48d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/AssetLib/Blender/BlenderLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ static const char Token[] = "BLENDER";
// ------------------------------------------------------------------------------------------------
// Returns whether the class can handle the format of the given file.
bool BlenderImporter::CanRead(const std::string &pFile, IOSystem *pIOHandler, bool /*checkSig*/) const {
// note: this won't catch compressed files
std::shared_ptr<IOStream> stream(pIOHandler->Open(pFile, "rb"));
return ParseMagicToken(stream).empty();
}
Expand Down

0 comments on commit fe9d48d

Please sign in to comment.