activate model load/unload callback again. It turned out *not* to be the
cause for the MP crashes -- the same crashes did still occur without it.
This commit is contained in:
parent
95d1ac354e
commit
b62f241051
@ -339,9 +339,8 @@ sgLoad3DModel( const string &fg_root, const string &path,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (data) {
|
if (data) {
|
||||||
//data->modelLoaded(path, &props, model);
|
model->setUserData(data);
|
||||||
//model->setUserData(data);
|
data->modelLoaded(path, &props, model);
|
||||||
delete data;
|
|
||||||
}
|
}
|
||||||
// Load animations
|
// Load animations
|
||||||
set<ssgBranch *> ignore_branches;
|
set<ssgBranch *> ignore_branches;
|
||||||
|
Loading…
Reference in New Issue
Block a user