delete GLView crash fix
fixed fog/background color, now not x2 amplified fixed bug when no shadows enabled on start (sum with fog on geometry)
This commit is contained in:
@@ -103,7 +103,6 @@ QGLView::QGLView(): OpenGLWindow(), renderer_(this), mouse(this) {
|
||||
|
||||
QGLView::~QGLView() {
|
||||
stop();
|
||||
scene_->clear();
|
||||
delete scene_;
|
||||
delete default_camera;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user