mirror of https://github.com/AxioDL/metaforce.git
CFlaahgraPlants: Fix from decomp
This commit is contained in:
parent
28dd97666f
commit
058194429e
|
@ -1413,7 +1413,7 @@ CFlaahgraPlants::CFlaahgraPlants(const TToken<CGenDescription>& genDesc, const C
|
||||||
xe8_elementGen->SetOrientation(xf.getRotation());
|
xe8_elementGen->SetOrientation(xf.getRotation());
|
||||||
xe8_elementGen->SetTranslation(xf.origin);
|
xe8_elementGen->SetTranslation(xf.origin);
|
||||||
xe8_elementGen->SetModelsUseLights(true);
|
xe8_elementGen->SetModelsUseLights(true);
|
||||||
x110_aabox = {x130_obbox.calculateAABox(xf)};
|
x110_aabox = {x130_obbox.calculateAABox()};
|
||||||
}
|
}
|
||||||
|
|
||||||
void CFlaahgraPlants::Accept(IVisitor& visitor) { visitor.Visit(this); }
|
void CFlaahgraPlants::Accept(IVisitor& visitor) { visitor.Visit(this); }
|
||||||
|
|
Loading…
Reference in New Issue