Commit 3ef53bc2 authored by hybrid's avatar hybrid

Some fixes for CSM loading.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2537 dfc29bdd-3216-0410-991c-e03cc46cb475
parent b3a75128
This diff is collapsed.
...@@ -56,7 +56,6 @@ namespace scene ...@@ -56,7 +56,6 @@ namespace scene
public: public:
CCSMLoader(ISceneManager* manager, io::IFileSystem* fs); CCSMLoader(ISceneManager* manager, io::IFileSystem* fs);
virtual ~CCSMLoader();
//! returns true if the file maybe is able to be loaded by this class //! 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. ".bsp")
...@@ -70,7 +69,7 @@ namespace scene ...@@ -70,7 +69,7 @@ namespace scene
scene::IMesh* createCSMMesh(io::IReadFile* file); scene::IMesh* createCSMMesh(io::IReadFile* file);
scene::IMesh* createIrrlichtMesh(const CSMFile* csmFile, scene::IMesh* createIrrlichtMesh(const CSMFile* csmFile,
core::stringc textureRoot, const c8* lmprefix); const core::stringc& textureRoot, const core::string<c16>& lmprefix);
io::IFileSystem* FileSystem; io::IFileSystem* FileSystem;
scene::ISceneManager* SceneManager; scene::ISceneManager* SceneManager;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment