Fix Carriers without catapults and wires.
Modified Files: src/AIModel/AICarrier.cxx
This commit is contained in:
parent
19eab15f8e
commit
d9c3c6da96
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ void FGAICarrier::initModel(osg::Node *node)
|
|||
// process the 3d model here
|
||||
// mark some objects solid, mark the wires ...
|
||||
FGCarrierVisitor carrierVisitor(this, wire_objects, catapult_objects);
|
||||
model->accept(carrierVisitor);
|
||||
node->accept(carrierVisitor);
|
||||
}
|
||||
|
||||
void FGAICarrier::bind() {
|
||||
|
|
Loading…
Add table
Reference in a new issue