Merging r6250 through r6254 from trunk to ogl-es branch
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6255 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@@ -73,9 +73,9 @@ public:
|
||||
CMY3DMeshFileLoader(ISceneManager *scmgr, io::IFileSystem* fs);
|
||||
virtual ~CMY3DMeshFileLoader();
|
||||
|
||||
virtual bool isALoadableFileExtension(const io::path& filename) const _IRR_OVERRIDE_;
|
||||
virtual bool isALoadableFileExtension(const io::path& filename) const IRR_OVERRIDE;
|
||||
|
||||
virtual IAnimatedMesh* createMesh(io::IReadFile* file) _IRR_OVERRIDE_;
|
||||
virtual IAnimatedMesh* createMesh(io::IReadFile* file) IRR_OVERRIDE;
|
||||
|
||||
//! getting access to the nodes (with transparent material), creating
|
||||
//! while loading .my3d file
|
||||
|
Reference in New Issue
Block a user