1
0
Fork 0

Fix Carriers without catapults and wires.

Modified Files:
	src/AIModel/AICarrier.cxx
This commit is contained in:
frohlich 2009-05-16 17:39:23 +00:00 committed by Tim Moore
parent 19eab15f8e
commit d9c3c6da96

View file

@ -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() {