diff --git a/source/gfx/actor.h b/source/gfx/actor.h index 29409eaa7..ab19242be 100644 --- a/source/gfx/actor.h +++ b/source/gfx/actor.h @@ -178,6 +178,7 @@ static void SetData(sModel *Table,sTri *TList,sQuad *QList,sVtx *VList); void SetModel(int Type); void Render(DVECTOR &Pos,SVECTOR *Angle=0,VECTOR *Scale=0); + sBBox &GetBBox() {return(Model->BBox);} protected: