From 647fdf5f98f6337955972375a17837aede922988 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Fri, 9 Dec 2011 17:56:56 +0100 Subject: bugfix: forgot to initialize openglbox 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; -- cgit v0.10.1