mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-25 09:11:50 +01:00
bla
This commit is contained in:
parent
7b89baceaa
commit
793a6a6d7e
@ -139,7 +139,7 @@ static float PitchToCamera;
|
||||
void
|
||||
CVisibilityPlugins::SetupVehicleVariables(RpClump *vehicle)
|
||||
{
|
||||
if (vehicle->object.type != rpCLUMP)
|
||||
if (RwObjectGetType((RwObject*)vehicle) != rpCLUMP)
|
||||
return;
|
||||
DistToCameraSq = GetDistanceSquaredFromCamera(RpClumpGetFrame(vehicle));
|
||||
RwV3d distToCam;
|
||||
|
Loading…
Reference in New Issue
Block a user