From 54728f5d578745ac77f7f58a4bf42954d65c7262 Mon Sep 17 00:00:00 2001 From: mfranz Date: Fri, 10 Mar 2006 22:58:24 +0000 Subject: [PATCH] commenting out Nasal in scenery models for now. This could be responsible for an MP/AI crash. Still investigating. --- simgear/scene/model/model.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/simgear/scene/model/model.cxx b/simgear/scene/model/model.cxx index fe3c5c5b..dd8636af 100644 --- a/simgear/scene/model/model.cxx +++ b/simgear/scene/model/model.cxx @@ -339,8 +339,9 @@ sgLoad3DModel( const string &fg_root, const string &path, } if (data) { - data->modelLoaded(path, &props, model); - model->setUserData(data); + //data->modelLoaded(path, &props, model); + //model->setUserData(data); + delete data; } // Load animations set ignore_branches; -- 2.39.5