Commit 820108a7 authored by hybrid's avatar hybrid

Add mipmap generation for makeColorKeyTexture

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4285 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 516faec0
......@@ -1066,6 +1066,7 @@ void CNullDriver::makeColorKeyTexture(video::ITexture* texture,
texture->unlock();
}
texture->regenerateMipMapLevels();
}
......
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