mirror of
https://github.com/halpz/re3.git
synced 2025-07-25 15:22:47 +00:00
Get rid of RwMatrix in CMatrix
This commit is contained in:
@ -407,7 +407,11 @@ CEntity::GetIsOnScreen(void)
|
||||
bool
|
||||
CEntity::GetIsOnScreenComplex(void)
|
||||
{
|
||||
RwV3d boundBox[8];
|
||||
#ifdef GTA_PS2
|
||||
CVuVector boundBox[8];
|
||||
#else
|
||||
CVector boundBox[8];
|
||||
#endif
|
||||
|
||||
if(TheCamera.IsPointVisible(GetBoundCentre(), &TheCamera.GetCameraMatrix()))
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user