X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/299647acac7960652aadb008775429c1f8ea9b8d..b1dfbb7ad894afb95c58932926540b6972a50567:/wxPython/demo/OGL.py diff --git a/wxPython/demo/OGL.py b/wxPython/demo/OGL.py index eb7cea9c83..3e3ac4e80d 100644 --- a/wxPython/demo/OGL.py +++ b/wxPython/demo/OGL.py @@ -313,7 +313,7 @@ class __Cleanup: def __del__(self): self.cleanup() -# when this module gets cleaned up then wxOGLCleanUp() will get called +# when this module gets cleaned up then wx.OGLCleanUp() will get called __cu = __Cleanup()