de-deprecate clearZBuffer

Lets just keep this one around. Easy to use, downward compatible and generally works as expected.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6259 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien 2021-10-13 10:12:04 +00:00 committed by sfan5
parent d3132e0731
commit 1b8be72ccb
1 changed files with 1 additions and 1 deletions

View File

@ -1386,7 +1386,7 @@ namespace video
you have to render some special things, you can clear the
zbuffer during the rendering process with this method any time.
*/
_IRR_DEPRECATED_ void clearZBuffer()
void clearZBuffer()
{
clearBuffers(ECBF_DEPTH, SColor(255,0,0,0), 1.f, 0);
}