mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
oops, stoopid me
This commit is contained in:
parent
4fea43386f
commit
59d74640fa
@ -73,6 +73,7 @@ GraphicsWindow(GraphicsEngine *engine, GraphicsPipe *pipe,
|
|||||||
GraphicsWindow::
|
GraphicsWindow::
|
||||||
~GraphicsWindow() {
|
~GraphicsWindow() {
|
||||||
// Clean up python event handlers.
|
// Clean up python event handlers.
|
||||||
|
#ifdef HAVE_PYTHON
|
||||||
PythonWinProcClasses::iterator iter;
|
PythonWinProcClasses::iterator iter;
|
||||||
for (iter = _python_window_proc_classes.begin();
|
for (iter = _python_window_proc_classes.begin();
|
||||||
iter != _python_window_proc_classes.end();
|
iter != _python_window_proc_classes.end();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user