bsp is gone

This commit is contained in:
jordan4ibanez
2023-11-29 02:04:32 -05:00
parent 43e61fb8bf
commit b7e60746fa
4 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ COBJMeshFileLoader::~COBJMeshFileLoader()
//! returns true if the file maybe is able to be loaded by this class
//! based on the file extension (e.g. ".bsp")
//! based on the file extension (e.g. ".b3d")
bool COBJMeshFileLoader::isALoadableFileExtension(const io::path& filename) const
{
return core::hasFileExtension ( filename, "obj" );