commenting out Nasal in scenery models for now. This could be responsible

for an MP/AI crash. Still investigating.
This commit is contained in:
mfranz
2006-03-10 22:58:24 +00:00
parent d9356b0f86
commit 54728f5d57

View File

@@ -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<ssgBranch *> ignore_branches;