diff --git a/include/IVideoDriver.h b/include/IVideoDriver.h index 744bcc93..056ea00b 100644 --- a/include/IVideoDriver.h +++ b/include/IVideoDriver.h @@ -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); }