mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 04:36:18 +00:00
Peds & fixes
This commit is contained in:
@ -232,7 +232,7 @@ CVehicle::SetupLighting(void)
|
||||
}else{
|
||||
CVector coors = GetPosition();
|
||||
float lighting = CPointLights::GenerateLightsAffectingObject(&coors);
|
||||
if(!bHasBlip && lighting != 1.0f){
|
||||
if(lighting != 1.0f){
|
||||
SetAmbientAndDirectionalColours(lighting);
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user