From e87a2a1f0f9524bcd208ad8bc3031ab0ed49244b Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 2 Nov 2021 15:01:18 +0100 Subject: [PATCH] showbase: Fix typo in API reference --- direct/src/showbase/ShowBase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index 72197ffabf..5efe908ecd 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -728,7 +728,7 @@ class ShowBase(DirectObject.DirectObject): of :meth:`~panda3d.core.GraphicsWindow.setUnexposedDraw()`. :param callbackWindowDict: If not None, a - :class:`~panda3d.core.CallbackGraphicWindow` + :class:`~panda3d.core.CallbackGraphicsWindow` is created instead, which allows the caller to create the actual window with its own OpenGL context, and direct Panda's rendering