From: mfranz Date: Fri, 10 Mar 2006 22:58:24 +0000 (+0000) Subject: commenting out Nasal in scenery models for now. This could be responsible X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=54728f5d578745ac77f7f58a4bf42954d65c7262;p=simgear.git commenting out Nasal in scenery models for now. This could be responsible for an MP/AI crash. Still investigating. --- 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;