diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-09 16:56:56 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-09 16:56:56 (GMT) |
commit | 647fdf5f98f6337955972375a17837aede922988 (patch) | |
tree | a3f26f7bf067424b39d783435dc97499c16416e9 /src | |
parent | ccb15d52b9de9cdf2ad25a90a59faa7ba9bd4485 (diff) |
bugfix: forgot to initialize openglbox
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwin.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 4b4321d..228e981 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -145,6 +145,7 @@ MainWindow::MainWindow(const QString &filename) register_builtin(root_ctx); + this->openglbox = NULL; root_module = NULL; absolute_root_node = NULL; root_chain = NULL; |