From 888d20c70aa8e50bc2bb46bbfb65074e5286c983 Mon Sep 17 00:00:00 2001 From: ISHII 2bit <2bitism@gmail.com> Date: Wed, 1 Aug 2018 00:32:44 +0900 Subject: [PATCH] `ofEnabledDepthTesting()` to `ofEnableDepthTest()` (#6040) --- libs/openFrameworks/3d/of3dPrimitives.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/openFrameworks/3d/of3dPrimitives.h b/libs/openFrameworks/3d/of3dPrimitives.h index a7ee2309c16..ec6dae9833b 100644 --- a/libs/openFrameworks/3d/of3dPrimitives.h +++ b/libs/openFrameworks/3d/of3dPrimitives.h @@ -197,7 +197,7 @@ class ofPlanePrimitive : public of3dPrimitive { /// /// ~~~~ /// -/// The sphere can look a little weird if you don't do ofEnabledDepthTesting() +/// The sphere can look a little weird if you don't do ofEnableDepthTest() /// and ofDisableAlphaBlending(). ///