mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 00:00:26 +02:00
bsp is gone
This commit is contained in:
@ -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" );
|
||||
|
Reference in New Issue
Block a user