]> git.lizzy.rs Git - irrlicht.git/commitdiff
de-deprecate clearZBuffer
authorcutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475>
Wed, 13 Oct 2021 10:12:04 +0000 (10:12 +0000)
committersfan5 <sfan5@live.de>
Wed, 9 Feb 2022 18:02:36 +0000 (19:02 +0100)
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

include/IVideoDriver.h

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