Fix compile error on gcc. Thanks @AReichl for reporting.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5628 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2018-07-13 10:14:48 +00:00
parent b795ba324b
commit 2b4ec38555
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ namespace video
const io::path& name, const ECOLOR_FORMAT format = ECF_UNKNOWN) _IRR_OVERRIDE_;
//! Creates a render target texture for a cubemap
ITexture* CNullDriver::addRenderTargetTextureCubemap(const irr::u32 sideLen,
ITexture* addRenderTargetTextureCubemap(const irr::u32 sideLen,
const io::path& name, const ECOLOR_FORMAT format) _IRR_OVERRIDE_;
//! Creates an 1bit alpha channel of the texture based of an color key.